JQuery Random Quiz For Newbies
This random quiz contains basic questions of jQuery. It will help you see what you know or do not know about jQuery Library.
Time to do: 10 mins
Questions: 20
What scripting language is jQuery written in ?
The jQuery html() method works for both HTML and XML documents ?
Which sign does jQuery use as a shortcut for jQuery ?
Which jQuery method is used to set one or more style properties for selected elements ?
Which jQuery method is used to perform an asynchronous HTTP request ?
Which jQuery method is used to hide selected elements ?
Which jQuery method should be used to deal with name conflicts ?
With jQuery, look at the following selector: $("div"). What does it select ?
What is jQuery ?
Which jQuery function is used to prevent code from running, before the document is finished loading ?
jQuery uses CSS selectors and XPath expressions to select elements ?
What is the correct jQuery code for making all div elements 200 pixels high ?
Look at the following jQuery selector: $("div#detail .title"). What does it select ?
With jQuery, look at the following selector: $("div.details"). What does it select?
Which jQuery method is used to switch between adding or removing one or more classes (for CSS) from selected elements ?
Is it possible to use jQuery together with AJAX ?
Is jQuery a W3C standard ?
Which statement is true ?
Is jQuery a library for client scripting or server scripting ?
What is the correct jQuery code to set the background color of all p elements to red ?