11.
Which jQuery method loads HTML content from the server and inserts it into the selected element?
12.
How do you specify the URL to send the AJAX request to in $.ajax()?
13.
What does the complete option in $.ajax() do?
14.
How can you handle JSONP responses in jQuery?
15.
What does the context option in $.ajax() do?
16.
How can you send JSON data in a $.ajax() request?
17.
Which callback function is executed when the AJAX request completes, regardless of success or failure?
18.
How do you specify a function to be called if the request fails in $.ajax()?
19.
What method is used to stop an ongoing AJAX request in jQuery?
20.
How can you handle HTML responses from an AJAX request in jQuery?