JQuery Programmer Question: Download JQuery Programmer PDF

What are the four parameters used for jQuery Ajax method?

Tweet Share WhatsApp

Answer:

The four parameters are

► URL - Need to specify the URL to send the request
► type - Specifies type of request(Get or Post)
► data - Specifies data to be sent to server
► Cache - Whether the browser should cache the requested page

Download JQuery Programmer PDF Read All 201 JQuery Programmer Questions
Previous QuestionNext Question
Is jQuery is a client or server scripting?Whether we need to add jQuery file in both Master and Content page?