Q. |
Which of the following jQuery method set the value of an element?
Show Answer
|
Q. |
Which built-in method returns the length of the string?
Show Answer
|
Q. |
Which of the following jQuery method stops the rest of the event handlers from being executed?
B.
stopImmediatePropagation( )
Answer :
stopImmediatePropagation( )
Show Answer
|
Q. |
Which of the following jQuery method removes set of matched elements?
Show Answer
|
Q. |
Which of the following jQuery method gets attributes of an element?
Show Answer
|
Q. |
Which of the following jQuery method can be used to attach a function to be executed whenever AJAX request completed successfully?
B.
ajaxSuccess( callback )
Answer :
ajaxSuccess( callback )
Show Answer
|
Q. |
Which of the following is a single global function defined in the jQuery library?
Show Answer
|
Q. |
Which of the following is correct?
A.
jQuery is a JSON Library
B.
jQuery is a JavaScript Library
Answer :
jQuery is a JavaScript Library
Show Answer
|
Q. |
Which of the following jQuery method returns the outer width (including the border) of an element?
C.
outerWidth( [margin] )
Answer :
outerWidth( [margin] )
Show Answer
|
Q. |
Which of the following jQuery method sets the height property of an element?
Show Answer
|