top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are the four parameters used for jQuery Ajax method?

0 votes
468 views
What are the four parameters used for jQuery Ajax method?
posted Dec 9, 2015 by Latha

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

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
answer Dec 9, 2015 by Shivaranjini
...