What is jQuery primarily used for?
Which symbol is used to access jQuery?
How do you select an element with id “main” in jQuery?
Which method is used to hide an element?
What does $(document).ready() ensure?
Which method is used to find descendants of an element?
What does closest() do in jQuery?
Which method is best for event delegation?
What does preventDefault() do?
Which method stops event bubbling?
Which method is the most customizable AJAX method in jQuery?
What does the dataType option in $.ajax() specify?
Which callback runs when an AJAX request fails?
Which callback runs regardless of AJAX success or failure?
What is $.Deferred() used for?