Preguntas de Repaso de jQuery

  1. jQuery uses CSS selectors to select elements? True or false?

  2. Which sign does jQuery use as a shortcut for jQuery?

  3. With jQuery, look at the following selector: $("div"). What does it select?

  4. The jQuery html() method works for both HTML and XML documents. True or false?

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

  6. With jQuery, look at the following selector: $("div.intro"). What does it select?

  7. Which jQuery method is used to hide selected elements?

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

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

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

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

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

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

  14. Look at the following jQuery selector: $("div#intro .head"). What does it select?

  15. Is jQuery a W3C standard?

results matching ""

    No results matching ""