1.
What is the purpose of AJAX-based content loading?
2.
How do you handle dynamic updates on a web page with AJAX?
3.
Which option allows you to specify the URL to send the AJAX request to in $.ajax()?
4.
What does the error option in $.ajax() handle?
5.
Which method is used to serialize form data for AJAX submission in jQuery?
6.
How can you prevent the default form submission behavior using jQuery?
7.
Which callback function in $.ajax() is executed regardless of the outcome of the request?
8.
How do you handle successful AJAX responses using jQuery?
9.
Which jQuery method is used to dynamically load content from the server?
10.
What is the primary benefit of AJAX form submission?