• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests

jQuery Quiz | Set-2

Question 1

Which one of the following is the correct option for the toggle() in jQuery?
  • Element will hide and show
  • Element will Fade In and Out
  • Element will up and down
  • Element will Animate and Hide

Question 2

How to find the current selection against an expression in jQuery ?
  • getIs( selector )
  • findls( selector )
  • is( selector )
  • None of the above

Question 3

Which method is select all enable forms in jQuery?

  • :enabled selector

  • :file selector

  • :reset selector

  • :button selector

Question 4

Which jQuery method is used to make the Ajax call?

  • ready(url, [data], [callback] )

  • load( url, [data], [callback] )

  • reload(url, [data], [callback] )

  • None of the above.

Question 5

Which of the below method is responsible for merging the two or more objects into the first object ?
  • check() Method
  • find() Method
  • obj() Method
  • extend() Method

Question 6

Which method is used to check whether an element is selected or not ?
  • hasClass()
  • toggleClass()
  • find()
  • addClass()

Question 7

The Query.noConflict(true) in jQuery is used as

  • free up the $ symbol by other libraries

  • Improve compatibility

  • Remove all jQuery variables

  • All of the above

Question 8

Which jQuery method is used to check that event.stopPropagation() method was ever called on event object ?
  • isDefaultPrevented( ) Method
  • isPropagationStopped( ) Method
  • isImmediatePropagationStopped( ) Method
  • None of the above.

Question 9

Which one of the following options is true for selecting the specified text?
  • :target()
  • :selects()
  • :choose
  • None of the them

Question 10

In jquery CSS(‘width’) is the way to change the width of?

  • Selector

  • Element

  • Fade effect

  • Radio button

There are 15 questions to complete.

Last Updated :
Take a part in the ongoing discussion