• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests

jQuery Quiz | Set-3

Question 1

In jQuery which one of the below scripts is used to show the correct toggle option?

  • fadeIn()

  • fadeOut()

  • toggle()

  • D) fadeToggle()

Question 2

Which selector is used to select input elements with having a text field?
  • $(:password)
  • $(":text")
  • $(":password")
  • $(:text)

Question 3

What is the correct occurrence of the following code:
$(\'#functioncode\').find(\'list\') .width(300).addClass(\'selectedList\')
  • AJAX
  • Animating
  • Chaining
  • Event bubbling

Question 4

Which of the following is the correct output for finding the total argument in function?

  • Using args. length Property

  • Using arguments.length Property

  • Both of the above

  • None of the above

Question 5

Which of the below is the correct way to get the browser vendor information?

  • Modal

  • Version

  • Browser

  • Navigator

Question 6

If you want to add or remove CSS classes which of the following jQuery method is Used?

  • toggleClass()

  • switch()

  • altClass()

  • switchClass()

Question 7

How do you get the character at the specified index at jQuery?
  • GetCharAt()
  • CharAt()
  • CharacterAt()
  • None Of The Above

Question 8

Which of the following is identical for $(document).ready(function)?

  • jQuery(function)

  • $(function)

  • #(function)

  • read(function)

Question 9

Which of the following  is considered as a highly overloaded function in jQuery?

  • jQuery()

  • $()

  • script()

  • Both jQuery() and $()

Question 10

How do you change the style in a selected element in jQuery which one of the following is the correct way for this?
  • css()
  • Scss()
  • html()
  • style()

There are 15 questions to complete.

Last Updated :
Take a part in the ongoing discussion