1.
Which jQuery method is used to perform an asynchronous HTTP request?
2.
What does the dataType option in $.ajax() specify?
3.
How do you handle a JSON response in a jQuery AJAX call?
4.
In jQuery, how can you handle an error in an AJAX request?
5.
Which method is used to retrieve JSON data from a server using a GET request?
6.
What does the success option in $.ajax() do?
7.
How can you parse an XML response in jQuery?
8.
Which option is used to send data to the server in $.ajax()?
9.
What is the default data type for $.ajax() if not specified?
10.
How can you prevent the default form submission using jQuery?