JQuery Programmer Question:
Download Job Interview Questions and Answers PDF
What are the four parameters used for jQuery Ajax method?
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
► 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 Question | Next Question |
Is jQuery is a client or server scripting? | Whether we need to add jQuery file in both Master and Content page? |