Loading, please wait...

jQuery MCQ Quiz (Multiple Choice Questions And Answers)

Search here for MCQs

Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:

List of Programming Full Forms 

11.  What does the min mean?

  • Minimised version
  • Miniature
  • Minimised parameters
  • Minimum value

12. Which of the following is used for parsing JSON text?

  • jQuery.each()
  • jQuery.parseJSON()
  • jQuery.noConflict()
  • None of the mentioned

13. Is jQuery a library for client scripting or server scripting?

  • Server scripting
  • Client scripting
  • Both
  • None

14. Which of the following jQuery method checks the current selection against an expression?

  •  getIs( selector )
  • is( selector )
  • checkIs( selector )
  • None of the above

15. Select all elements that contain the specified text.

  • :contains()
  • :selects()
  • Both
  • None