Add two number variables from two different ajax results – Jquery ajax
I want to add two numbers and calculate the total from two different ajax calls, so that I can append the total value to a dom $.ajax({ url: "@Url.Action("MonthlyReport")", data: { id: id }, success: function (data) { var total…