jQuery Professional Sample Questions


Sample Questions
 



1.  $(this) in jQuery is used when -
A.  an HTML element references the entire document
B.  an HTML element references its own action
C.  an HTML element references the action of its parent element
D.  All of the above

2.  Which of the following jQuery method is used to hide the selected elements?
A.  The hidden() method
B.  The hide() method
C.  The visible(false) method
D.  The display(none) method

3.  Which jQuery method is used to set one or more style properties to the selected element?
A.  The html() method
B.  The style() method
C.  The css() method
D.  All of the above

4.  Which of the following jQuery method can be used to deal with the name conflicts?
A.  The conflict() method
B.  The nameConflict() method
C.  The noConflict() method
D.  None of the above

5.  Which of the following jQuery method is used to attach a handler to an event?
A.  unbind() method
B.  attach() method
C.  bind() method
D.  None of the above  


Answers:      1 (B), 2 (B), 3 (C), 4 (C), 5 (C)


Certification

https://www.vskills.in/certification/jquery-certification-course


 For Support