Home Videos Exercises MCQ Q&A Quiz E-Store Services Blog Sign in Appointment Payment

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

Answer: (c) John Resig



2. In which year jQuery was first released?

a) 2001

b) 2004

c) 2006

d) None of the mentioned

View Answer

Answer: (c) 2006



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

Answer: (c) $ sign



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

Answer: (b) .class



8. Which sign is used for id selector?

a) $id

b) .id

c) #id

d) none

View Answer

Answer: (c) #id



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

Answer: (a) click



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

Answer: (d) mouseenter()