jQuery Quiz

 

Results

#1. Which of the following is correct?

#2. jQuery uses CSS selectors to select elements?

#3. Which sign does jQuery use as a shortcut for jQuery?

#4. Look at the following selector: $(“div”). What does it select?

#5. Is jQuery a library for client scripting or server scripting?

#6. Is it possible to use jQuery together with AJAX?

#7. The jQuery html() method works for both HTML and XML documents

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

#9. With jQuery, look at the following selector: $(“div.intro”). What does it select?

#10. Which jQuery method is used to hide selected elements?

#11. Which jQuery method is used to set one or more style properties for selected elements?

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

#13. What is the correct jQuery code for making all div elements 100 pixels high?

#14. Which statement is true?

#15. What scripting language is jQuery written in?

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

#17. Which jQuery method should be used to deal with name conflicts?

#18. Which jQuery method is used to switch between adding/removing one or more classes (for CSS) from selected elements?

#19. Look at the following selector: $(“div p”). What does it select?

#20. Is jQuery a W3C standard?

#21. Look at the following selector: $(“p#intro”). What does it select?

#22. Which jQuery method is used to remove selected elements?

#23. Look at the following selector: $(“:disabled”). What does it select?

#24. Which jQuery method returns the direct parent element of the selected element?

#25. The jQuery animate() method can be used to animate ANY CSS property?

Previous
Finish