Google News
logo
jQuery - Interview Questions
What are the four parameters used for jQuery Ajax method ?
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
Advertisement