Time Left : 00 : 30 : 00
What Is The Correct JQuery Code For Making All Div Elements 100 Pixels High?
Correct Answer : A
What is the each function used for?
Correct Answer : A
Which Built-in Method Returns The Character At The Specified Index?
Correct Answer : B
With jQuery, look at the following selector: $("div.intro"). What does it select?
Correct Answer : A
The jQuery html() method works for both HTML and XML documents
Correct Answer : B
What is the difference between .width() and .outerWidth()?
Correct Answer : C
jQuery method to hide selected elements?
Correct Answer : D
Which of these is NOT a valid comment in jQuery?
Correct Answer : A
The jQuery library contains the following features
Correct Answer : D
What are the various speed options?
Correct Answer : B
You can attach a handler to an event using which method?
Correct Answer : A
How Can You Get The Total Number Of Arguments Passed To A Function?
Correct Answer : A
jQuery method to set one or more style properties for selected elements?
Correct Answer : B
When referencing an HTML element preceded by a # (pound or hash), what javascript function is this equivalent to?
Correct Answer : C
Which sign does jQuery use as a shortcut for jQuery?
Correct Answer : A
$(“div#id1 .cl1?). What does it select?
Correct Answer : B
var ps = $("p"); ps will be..
Correct Answer : A
Is it possible to use jQuery together with AJAX?
Correct Answer : B
jQuery method is used to perform an asynchronous HTTP request?
Correct Answer : C
Which of the following is correct?
Correct Answer : A
jQuery code to set the background color of all span elements to blue?
Correct Answer : C
Is it possible to use jQuery together with AJAX?
Correct Answer : A
Is jQuery a W3C standard?
Correct Answer : B
Which jQuery method is used to switch between adding/removing one or more classes (for CSS) from selected elements?
Correct Answer : A
Do you wonder why we do not have type=”text/javascript” inside the <script> tag?
Correct Answer : A
jQuery code to set the background color of all span elements to blue?
Correct Answer : C
What is the correct JavaScript syntax to write "Hello World"?
Correct Answer : A
Which of the following is correct?
Correct Answer : A
Which jQuery method is used to switch between adding/removing one or more classes (for CSS) from selected elements?
Correct Answer : B
Which Of The Following Is Used For Parsing JSON Text?
Correct Answer : A