JQuery Programmer Question:
Download Questions PDF

What are the four parameters used for jQuery Ajax method?

JQuery Programmer Interview Question
JQuery Programmer Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Is jQuery is a client or server scripting?Whether we need to add jQuery file in both Master and Content page?