Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the four parameters used for the jQuery Ajax method?
Home
JQuery
What are the four parameters used for the jQuery Ajax method?
0
votes
asked
Nov 20, 2020
in
JQuery
by
sharadyadav1986
What are the four parameters used for the jQuery Ajax method?
#jquery-ajax
#ajax-method
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 20, 2020
by
rajeshsharma
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.
...