JQUERY QUIZ

Jquery quiz

Look at the following selector: $("div"). What does it select?

What is the correct jQuery code to set the background color of all p elements to red?

Which jQuery method is used to perform an asynchronous HTTP request?

Which statement is true?

Which jQuery function is used to prevent code from running, before the document is finished loading?

Look at the following selector: $("div p"). What does it select?

Look at the following selector: $(":disabled"). What does it select?

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: $("p#intro"). What does it select?