Which of the following is correct?
Look at the following selector: $("div"). What does it select?
The jQuery html() method works for both HTML and XML documents
What is the correct jQuery code to set the background color of all p elements to red?
Which jQuery method is used to hide selected elements?
Which jQuery method is used to perform an asynchronous HTTP request?
Which jQuery function is used to prevent code from running, before the document is finished loading?
Which jQuery method returns the direct parent element of the selected element?
The jQuery animate() method can be used to animate ANY CSS property?