11.
Which option in $.ajax() is used to specify the expected data type of the server response?
12.
How does AJAX content loading differ from traditional page navigation?
13.
Which method in $.ajax() is used to handle AJAX requests when they are complete, regardless of success or failure?
14.
How does AJAX-based content loading contribute to better user experience?
15.
Which option in $.ajax() is used to specify additional data to be sent to the server with the request?
16.
How do you handle AJAX request errors using jQuery?
17.
Which jQuery method is commonly used to perform an AJAX GET request?
18.
How can you dynamically update content on a web page without reloading the entire page?
19.
What method in jQuery is commonly used to handle AJAX requests?
20.
How can you handle a successful AJAX response in jQuery?