kukuwka
kukuwka

Reputation: 29

Call server function using ajax with jquery

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

Answers (1)

Adrian Grigore
Adrian Grigore

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

Related Questions