Jquery Mcqs
Q.1: Which jQuery method can be used to bind both the mouseover and the mouseout events?S
A. mouse()
B. switch()
C. hover()
D. toggle()
Q.2: When an event is triggered on an element, the same event is also triggered on all of that elements ancestors. What is the name of this process?
A. global event
B. event bubbling
C. event bubbling
D. medium
Q.3: Which function locates elements at the same level as the current selection? L
A. .find()
B. .closest()
C. .children()
D. .siblings()
Q.4: What term refers to the acceleration and deceleration that occurs during an animation?V
A. speeding
B. velocity
C. easing
D. resizing
Q.5: How to Remove from the queue all items that have not yet been run in jquery?L
A. clearQueue()
B. hide()
C. dequeue()
D. queue()
Q.6: Why do we add the stop() function before the animate() function?@
A. stop() halts the execution of the scripts on the page until any animations have finished.Y
B. stop() ends any currently running animations on the element.<
C. to stop the animation after it has finished.,
D. to tell jQuery that the animation has to be stopped at some point.B
Q.7: The insertAfter function adds a new element as a sibling. What comparable function adds a new element as a child?r
A. appendTo
B. createChild
C. appendTo
D. addChild
Q.8: Which one will be found faster?
A. $(&#039;div.element&#039;)
B. $(&#039;.element&#039;)
C. $(&#039;#element&#039;)
D. $(&#039;div#element&#039;)
Q.9: What is not a an AjaxEvent.
A. .ajaxComplete()
B. .ajaxSend()
C. .ajaxRun()
D. .ajaxRun()
Q.10: What method returns control of the $ identifier to other libraries?C
A. .noConflict()
B. medium
C. .noConflict()
D. .library()

Related Mcqs

All Subject Mcqs