W3Schools JQuery Quiz Test

download W3Schools JQuery Quiz Test

of 9

Transcript of W3Schools JQuery Quiz Test

  • 8/18/2019 W3Schools JQuery Quiz Test

    1/9

    Deploy Modern Java AppsJava/Spring, Scala/Play, Clojure, or Groovy/Grails. Sign up for free.

    W3Schools jQuery Quiz

     jQuery QUIZ Points: 25 out of 25

    1. Which of the following is correct?

    You answered:

     jQuery is a JavaScript Library

      Correct Answer!

    2. jQuery uses CSS selectors to select elements?

    You answered:

    True

      Correct Answer!

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

    You answered:

    the $ sign

      Correct Answer!

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

    You answered:

    T H E W O R L D ' S L A R G E S T W E B D E V E L O P E R S I T E

    w3schools.com

    https://www.googleadservices.com/pagead/aclk?sa=L&ai=CS915e6b7VqrrJ8628AW9wJzoB9us_p1Ev56porMC-f3eeBABII_A7iJgyebjhsijkBmgAaGbltkDyAEB4AIAqAMByAObBKoEqwFP0BARmGkYaMPuGHZgUne8RqrfbGlHliqpmXRGiRseSg7COMQ1MJJfhZK01mm7wmI98_MBlUJrMlb0J_UZbdBJeDUOPGqA2WDduIp6i6GQizoRGE_2uyhxZozB-YOV92KOoI7vWgM-tiSeTKq0iVkF43daqu5oOl6X2gc4R-vFwRxQ6_oCFFc8Oimv3Jg-5ExdhvbDSQCooo-aRvdaLrMHaIfnRJDLayoqQg_gBAGIBgGAB8fk6SaoB6a-G9gHAQ&num=1&cid=5GhNCOSsRInG2blQro2T1tZK&sig=AOD64_0591cX2NxI-ohWOE0H6rM7MalH-w&client=ca-pub-1993393738408076&adurl=https://signup.heroku.com/java%3Fc%3D70130000001xmWBAAYhttp://www.w3schools.com/https://www.googleadservices.com/pagead/aclk?sa=L&ai=CS915e6b7VqrrJ8628AW9wJzoB9us_p1Ev56porMC-f3eeBABII_A7iJgyebjhsijkBmgAaGbltkDyAEB4AIAqAMByAObBKoEqwFP0BARmGkYaMPuGHZgUne8RqrfbGlHliqpmXRGiRseSg7COMQ1MJJfhZK01mm7wmI98_MBlUJrMlb0J_UZbdBJeDUOPGqA2WDduIp6i6GQizoRGE_2uyhxZozB-YOV92KOoI7vWgM-tiSeTKq0iVkF43daqu5oOl6X2gc4R-vFwRxQ6_oCFFc8Oimv3Jg-5ExdhvbDSQCooo-aRvdaLrMHaIfnRJDLayoqQg_gBAGIBgGAB8fk6SaoB6a-G9gHAQ&num=1&cid=5GhNCOSsRInG2blQro2T1tZK&sig=AOD64_0591cX2NxI-ohWOE0H6rM7MalH-w&client=ca-pub-1993393738408076&adurl=https://signup.heroku.com/java%3Fc%3D70130000001xmWBAAYhttps://www.googleadservices.com/pagead/aclk?sa=L&ai=CS915e6b7VqrrJ8628AW9wJzoB9us_p1Ev56porMC-f3eeBABII_A7iJgyebjhsijkBmgAaGbltkDyAEB4AIAqAMByAObBKoEqwFP0BARmGkYaMPuGHZgUne8RqrfbGlHliqpmXRGiRseSg7COMQ1MJJfhZK01mm7wmI98_MBlUJrMlb0J_UZbdBJeDUOPGqA2WDduIp6i6GQizoRGE_2uyhxZozB-YOV92KOoI7vWgM-tiSeTKq0iVkF43daqu5oOl6X2gc4R-vFwRxQ6_oCFFc8Oimv3Jg-5ExdhvbDSQCooo-aRvdaLrMHaIfnRJDLayoqQg_gBAGIBgGAB8fk6SaoB6a-G9gHAQ&num=1&cid=5GhNCOSsRInG2blQro2T1tZK&sig=AOD64_0591cX2NxI-ohWOE0H6rM7MalH-w&client=ca-pub-1993393738408076&adurl=https://signup.heroku.com/java%3Fc%3D70130000001xmWBAAY

  • 8/18/2019 W3Schools JQuery Quiz Test

    2/9

    All div elements

      Correct Answer!

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

    You answered:

    Client scripting

      Correct Answer!

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

    You answered:

    Yes

      Correct Answer!

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

    You answered:

    False

      Correct Answer!

    8. What is the correct jQuery code to set the background color of all p

    elements to red?

    You answered:

    $("p").css("background-color","red");

      Correct Answer!

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

    select?

    You answered:

    All div elements with class="intro"

      Correct Answer!

  • 8/18/2019 W3Schools JQuery Quiz Test

    3/9

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

    You answered:

    hide()

      Correct Answer!

    11. Which jQuery method is used to set one or more style properties for

    selected elements?

    You answered:

    css()

      Correct Answer!

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

    request?

    You answered:

     jQuery.ajax()

      Correct Answer!

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

    high?

    You answered:

    $("div").height(100)

      Correct Answer!

    14. Which statement is true?

    You answered:

    To use jQuery, you can refer to a hosted jQuery library at Google

      Correct Answer!

    15. What scripting language is jQuery written in?

  • 8/18/2019 W3Schools JQuery Quiz Test

    4/9

    You answered:

    JavaScript

      Correct Answer!

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

    You answered:

    $(document).ready()

      Correct Answer!

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

    You answered:

    noConflict()

      Correct Answer!

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

    You answered:

    toggleClass()

      Correct Answer!

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

    You answered:

    All p elements inside a div element

      Correct Answer!

    20. Is jQuery a W3C standard?

    You answered:

    No

  • 8/18/2019 W3Schools JQuery Quiz Test

    5/9

      Correct Answer!

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

    You answered:

    The p element with id="intro"

      Correct Answer!

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

    You answered:

    Both methods can be used

      Correct Answer!

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

    You answered:

    All disabled input elements

      Correct Answer!

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

    element?

    You answered:

    parent()

      Correct Answer!

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

    property?

    You answered:

    Only properties containing numeric values

      Correct Answer!

  • 8/18/2019 W3Schools JQuery Quiz Test

    6/9

    By W3Schools Time spent: 5:43

    W3SCHOOLS EXAMS

    HTML, CSS, JavaScript, PHP, jQuery, and XML Certifications

    COLOR PICKER

    SHARE THIS PAGE

       S   A   V   E  1   5   %   O   N

       Y   O   U   R   F  I   R   S   T

       P   U   R   C   H   A   S   E

       F   R   O    M i   S   T   O   C   K

    ☰    

    http://www.w3schools.com/default.asphttp://www.w3schools.com/colors/colors_picker.asphttp://www.w3schools.com/cert/default.asp

  • 8/18/2019 W3Schools JQuery Quiz Test

    7/9

    LEARN MORE:

    Color Converter

    Google Maps

    Animated Buttons

    Modal Boxes

    Modal Images

    Tooltips

    Loaders

    JS AnimationsProgress Bars

    Dropdowns

    Slideshow

    Side Navigation

    HTML Includes

    Color Palettes

    https://www.googleadservices.com/pagead/aclk?sa=L&ai=C8uDRfab7VsigI47j8QXU8aCwDsjBvKFE7or8odoC6IeFngsQASCPwO4iYMnm44bIo5AZoAH61NHJA8gBAuACAKgDAcgDmQSqBKgBT9CYF-e-9h0fz0OzcwTJ_6kKYp9LvDOjB4zDqaIDHZZHeKHFVJRPr10yye0B8_d7ARTTee3fLTk-ikSPOjOCWs216eD6jPvK4lKFo2lxj-73Bche4izto-ec8LQ5rknSluOvoCwt9gTNREC2dlYnNRdw0-o9LD5wNr3InLkIM7LTzZMvvUf06gOdW0xr-v-y13YO_CHQRTcN4AqnRw6_XIxjfU5b70pd4AQBiAYBoAYCgAfuqq42qAemvhvYBwHYEwg&num=1&cid=5GjbjYeLIxZrkQWpmU8jS3pG&sig=AOD64_3GDPuUyp25bA611lLUY4YQ5d5fVw&client=ca-pub-1993393738408076&adurl=http://comparisons.org/homeowners-wonder-why-no-one-told-them-this-new-policy.php%3Faff%3D1251%26sub%3Dgg1_sitehttp://www.w3schools.com/w3css/w3css_color_palettes.asphttp://www.w3schools.com/howto/howto_html_include.asphttp://www.w3schools.com/howto/howto_js_sidenav.asphttp://www.w3schools.com/howto/howto_js_slideshow.asphttp://www.w3schools.com/howto/howto_js_dropdown.asphttp://www.w3schools.com/howto/howto_js_progressbar.asphttp://www.w3schools.com/howto/howto_js_animate.asphttp://www.w3schools.com/howto/howto_css_loader.asphttp://www.w3schools.com/howto/howto_css_tooltip.asphttp://www.w3schools.com/howto/howto_css_modal_images.asphttp://www.w3schools.com/howto/howto_css_modals.asphttp://www.w3schools.com/howto/howto_css_animate_buttons.asphttp://www.w3schools.com/howto/howto_google_maps.asphttp://www.w3schools.com/colors/colors_converter.asphttps://plus.google.com/share?url=http://www.w3schools.com/quiztest/result.asphttp://twitter.com/home?status=Currently%20reading%20http://www.w3schools.com/quiztest/result.asphttp://www.facebook.com/sharer.php?u=http://www.w3schools.com/quiztest/result.asp

  • 8/18/2019 W3Schools JQuery Quiz Test

    8/9

    REPORT ERROR

    PRINT PAGEFORUM

    ABOUT

    Top 10 Tutorials

    HTML Tutorial

    CSS Tutorial

    JavaScript TutorialW3.CSS Tutorial

    Bootstrap Tutorial

    SQL Tutorial

    PHP Tutorial

     jQuery Tutorial

    Angular Tutorial

    XML Tutorial

    Top 10 References

    HTML Reference

    CSS Reference

    JavaScript Reference

    W3.CSS Reference

    Browser Statistics

    PHP Reference 

    HTML Colors

    HTML Character Sets

     jQuery Reference

    AngularJS Reference

    Top 10 Examples

    HTML Examples

    CSS Examples

    https://www.googleadservices.com/pagead/aclk?sa=L&ai=CWb4Gfqb7VqSHJ4z19QXsu6TwCKSV4e4G7MT-pY4D-f3eeBABII_A7iJgyebjhsijkBmgAfTJ-NwDyAEC4AIAqAMByAOZBKoErwFP0PO7Ct7jBtaWP1F1R2eNxpM2k7s_slU6uS5TleHU68voxxthF8OJRjx-Wle_GGKjus-U2XHmHyElTXO41uYMx99Dq5jHTdC_9pGs6C0AyFdd4xR_czB3IdBW9U5LVa1E762mZ-dJ7uYSymlBKGsB1IhH8VDKTjDqsz6820GjTNoL6hlhTt6wKyA18Eg4AwvzNUHHoWbUY0xEXJWyhZ0iNOl_aDnT1NtQ7pVpLrcL4AQBiAYBoAYCgAf0tYcjqAemvhvYBwE&num=1&cid=5GhrjUi9HJ2H1m0rav5PCYO9&sig=AOD64_2qwKyvgtZzinpLaf0eRZW3K-ITJQ&client=ca-pub-1993393738408076&adurl=https://hired.com/signup%3Fh_source%3Dgoogle%26h_medium%3Ddisplay%26h_campaign%3D%5BDisplay%5D%2BTech%2B(Placements)%26h_term%3Dwww.w3schools.com%26h_location%3Dla%26h_content%3Dsoftwaredevs-300x250http://www.w3schools.com/css/css_examples.asphttp://www.w3schools.com/html/html_examples.asphttp://www.w3schools.com/angular/angular_ref_directives.asphttp://www.w3schools.com/jquery/jquery_ref_selectors.asphttp://www.w3schools.com/charsets/default.asphttp://www.w3schools.com/colors/colors_names.asphttp://www.w3schools.com/php/php_ref_array.asphttp://www.w3schools.com/browsers/default.asphttp://www.w3schools.com/w3css/w3css_references.asphttp://www.w3schools.com/jsref/default.asphttp://www.w3schools.com/cssref/default.asphttp://www.w3schools.com/tags/default.asphttp://www.w3schools.com/xml/default.asphttp://www.w3schools.com/angular/default.asphttp://www.w3schools.com/jquery/default.asphttp://www.w3schools.com/php/default.asphttp://www.w3schools.com/sql/default.asphttp://www.w3schools.com/bootstrap/default.asphttp://www.w3schools.com/w3css/default.asphttp://www.w3schools.com/js/default.asphttp://www.w3schools.com/css/default.asphttp://www.w3schools.com/html/default.asphttp://www.w3schools.com/about/default.asphttp://www.w3schools.com/forum/default.asphttp://www.w3schools.com/quiztest/result.asp

  • 8/18/2019 W3Schools JQuery Quiz Test

    9/9

    JavaScript Examples

    W3.CSS Examples

    HTML DOM Examples

    PHP Examples

     jQuery Examples

    ASP Examples

    XML Examples

    SVG Examples

    Web Certificates

    HTML Certificate

    HTML5 Certificate

    CSS Certificate

    JavaScript Certificate

     jQuery Certificate

    PHP Certificate

    Bootstrap Certificate

    XML Certificate

    http://www.w3schools.com/http://www.w3schools.com/about/about_copyright.asphttp://www.w3schools.com/about/about_privacy.asphttp://www.w3schools.com/about/about_copyright.asphttp://www.w3schools.com/cert/default.asphttp://www.w3schools.com/cert/default.asphttp://www.w3schools.com/cert/default.asphttp://www.w3schools.com/cert/default.asphttp://www.w3schools.com/cert/default.asphttp://www.w3schools.com/cert/default.asphttp://www.w3schools.com/cert/default.asphttp://www.w3schools.com/cert/default.asphttp://www.w3schools.com/svg/svg_examples.asphttp://www.w3schools.com/xml/xml_examples.asphttp://www.w3schools.com/asp/asp_examples.asphttp://www.w3schools.com/jquery/jquery_examples.asphttp://www.w3schools.com/php/php_examples.asphttp://www.w3schools.com/js/js_dom_examples.asphttp://www.w3schools.com/w3css/w3css_examples.asphttp://www.w3schools.com/js/js_examples.asp