0 votes
in JQuery by
What are the four parameters used for the jQuery Ajax method?

1 Answer

0 votes
by
The four parameters are:

URL: URL for sending the request

Type: GET/POST request

Success: the callback function when the request is successful

DataType: return data type – HTML, XML, text etc.

Related questions

0 votes
asked Nov 17, 2020 in JQuery by rajeshsharma
0 votes
asked Nov 20, 2020 in JQuery by sharadyadav1986
...