Does $.get()
work if I'm working with ASP.NET MVC?
If so, would someone please give me an example? I have written an aspx page that I wish to call using $.get()
, in which I intend to call some function and send a response back to the page.
If not, then would someone please point out an alternative?