Test your basic knowledge |

Jquery Commands

Subject : it-skills
Instructions:
  • Answer 25 questions in 10 minutes.
  • If you are not ready to take this test, you can study here.
  • Match each statement with the correct term.
  • Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.

This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. Set the value of an element

































































2. The original creator of the jQuery library






3. A CSS setting that makes sure an element won't show when the page loads: display:______;






4. Get the text value of a selected option






5. jQuery command to take an image with an id of 'dog' and fade it from transparent to opaque in 3 seconds.






6. Shortcut for typing: jQuery( )






7. You know you are dealing with a _____ when you see a set of parenthesis after a keyword






8. A(n) ___ _____ is used to identify a single unique element on a page.






9. The ______ method says 'If it's up slide it down; if it's down slide it up.'






10. jQuery is written in _____________






11. This kind of file builds the structure of the web page






12. Both CSS and jQuery use the ____ symbol to specify a class.






13. Basic jQuery syntax (using shortcut)






14. Show item if it exists but do nothing (no errors)

































































15. Disable an element






16. Select an item using class


17. Root of an html document






18. Select an item using id

































































19. Select an element that has special CSS characters in its ID like '.'






20. Each part of the DOM is called a ________.






21. Assign a selected element to a javascript variable

































































22. The JavaScript ______ translates directions you give it into different actions on the web page






23. Given: $("div p").hide(); Here the selector is an example of a _________; the parent is on the left and child is on the right






24. Enable an element






25. Syntax for a common jQuery code block that's intended to run when a web page is fully loaded