Reputation: 29
I want to use in my application ajax and jquery together. How can I call server function using ajax with jquery ?
Thanks, kukuwka
Upvotes: 1
Views: 463
Reputation: 33318
The best source for this kind information is the jQuery manual. It comes with plenty of examples. Have a look at http://api.jquery.com/category/ajax/
Upvotes: 1