jQuery MCQ
Soopro Pathshala provides jQuery MCQ(Multiple Choice Questions)
1. Who is the father of jQuery?
a) John Richard
b) James Gosling
c) John Resig
d) Mark Bensman
View Answer
2. In which year jQuery was first released?
a) 2001
b) 2004
c) 2006
d) None of the mentioned
View Answer
3. jQuery is a -
a) JavaScript library
b) JSON library
c) JavaScript method
d) none of the mentioned
View Answer
Answer: (a) JavaScript library
4. Which of the following sign is used as a shortcut for jQuery?
a) the % sign
b) the & sign
c) the $ sign
d) the @ sign
View Answer
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
View Answer
Answer: (c) bind() method
6. Which of the following jQuery method is used to stop jQuery for few milliseconds?
a) stop() method
b) delay() method
c) slowdown() method
d) pause() method
View Answer
Answer: (b) delay() method
7. Which sign is used for class selector?
a) $class
b) .class
c) #class
d) .None
View Answer
8. Which sign is used for id selector?
a) $id
b) .id
c) #id
d) none
View Answer
9. Which method is used to attach an event handler function to an HTML element on mouse click?
a) click()
b) Click()
c) dblclick()
d) DblClick()
View Answer
10. Which method is used to attach an event handler function to an HTML element when the mouse pointer enters the HTML element?
a) mouseover()
b) mousevisit()
c) mouse-enter()
d) mouseenter()
View Answer