I am learning to implement Ajax using Jquery in ASP.NET MVC5 and have found following important functions:-
a. $.get
b. $.post
c. $(selector).load
d. $.ajax
As per my learning so far I am able to understand the scenarios where we should be using $.get, $.post and $(selector).load, but I am not able to understand where i should use $.ajax
Can any one please explain where I should use $.ajax? As I am not able understand the scenario where I should use $.ajax?
Regards
Mandeep
 
     
     
     
    