Time Left : 00 : 30 : 00
jQuery method is used to perform an asynchronous HTTP request?
Correct Answer : C
Which jQuery method should be used to deal with name conflicts?
Correct Answer : A
jQuery uses CSS selectors and XPath expressions to select elements?
Correct Answer : B
What Is The Correct JQuery Code For Making All Div Elements 100 Pixels High?
Correct Answer : A
How Can You Get The Total Number Of Arguments Passed To A Function?
Correct Answer : A
which of the following is correct?
Correct Answer : B
The CSS selector engine that jQuery uses is called?
Correct Answer : A
The jQuery library contains the following features
Correct Answer : D
Which Built-in Method Returns The Character At The Specified Index?
Correct Answer : B
What are the various speed options?
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
AJAX and jQuery
Correct Answer : C
In JavaScript, we can keep a reference to the context outside a function by assigning it to a variable: var self = this. In CoffeeScript, we use:
Correct Answer : D
Which statement is true?
Correct Answer : B
What is the correct JavaScript syntax to write "Hello World"?
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
$(“span.intro”). What does it select?
Correct Answer : D
var ps = $("p"); ps will be..
Correct Answer : A
Query.noConflict(true) is used to..
Correct Answer : D
Is jQuery a W3C standard?
Correct Answer : B
What is the each function used for?
Correct Answer : A
$(“div#id1 .cl1?). What does it select?
Correct Answer : B
jQuery method to hide selected elements?
Correct Answer : D
Which Of The Following JQuery Method Gets The Direct Parent Of An Element?
Correct Answer : C
Which function do you reference in HTML form data?
Correct Answer : A
Is jQuery a library for client scripting or server scripting?
Correct Answer : A
What scripting language is jQuery written in?
Correct Answer : C
With jQuery, look at the following selector: $(“div”). What does it select?
Correct Answer : B
The speed options can be applied to which jQuery functions?
Correct Answer : A
The jQuery html() method works for both HTML and XML documents
Correct Answer : A