The jQuery animate() method can be used to animate ANY CSS property?
Which jQuery method returns the direct parent element of the selected element?
Look at the following selector: $(":disabled"). What does it select?
Which jQuery method is used to remove selected elements?
Look at the following selector: $("p#intro"). What does it select?
Is jQuery a W3C standard?
Look at the following selector: $("div p"). What does it select?
Which jQuery method is used to switch between adding/removing one or more classes (for CSS) from selected elements?
Which jQuery method should be used to deal with name conflicts?
Which jQuery function is used to prevent code from running, before the document is finished loading?
What scripting language is jQuery written in?
What is the correct jQuery code for making all div elements 100 pixels high?
Which jQuery method is used to perform an asynchronous HTTP request?
Which jQuery method is used to set one or more style properties for selected elements?
Which jQuery method is used to hide selected elements?
With jQuery, look at the following selector: $("div.intro"). What does it select?
What is the correct jQuery code to set the background color of all p elements to red?
The jQuery html() method works for both HTML and XML documents
Is it possible to use jQuery together with AJAX?
Is jQuery a library for client scripting or server scripting?
Look at the following selector: $("div"). What does it select?
Which sign does jQuery use as a shortcut for jQuery?
jQuery uses CSS selectors to select elements?
Which of the following is correct?