1.
Which of the following methods returns the number of DOM elements matched by the jQuery object?
2.
Which of the following methods collects the values of the form elements into an array of objects containing the names and values of the fields?
3.
Which of the following jQuery methods copies matched elements as well as all of their descendant elements and text nodes?
4.
Which of the following statements describes the difference between .empty() and .remove()?
5.
Which of the following jQuery methods creates a properly formatted and encoded query string from qualifying elements from the wrapped set?
6.
Which of the following is an accurate statement for jQuery.get() method?
7.
The requests made via the $.ajax() function are sent to the server by default using the _______________________ HTTP method.
8.
The jQuery method which initiates an Ajax request to the specified URL with parameters as option and a callback function that gets invoked when the request completes is ____________________.
9.
In jQuery, which of the following methods performs an asynchronous HTTP AJAX request?
10.
The method which transforms one array into another by using a filter function and returns the newly constructed and transformed array is ____________________.