11.
How can you handle errors in a $.ajax() request?
12.
Which method can be used to load a JavaScript file and execute it?
13.
How can you prevent the default form submission behavior in jQuery?
14.
Which of the following is true about asynchronous requests?
15.
How do you specify the HTTP method to be used in $.ajax()?
16.
What does the complete option in $.ajax() do?
17.
How can you send JSON data in a $.ajax() request?
18.
Which method is used to load JSON-encoded data from the server using a GET HTTP request?
19.
What does the dataType option in $.ajax() specify?
20.
How do you specify a function to be called if the request fails in $.ajax()?