457). When are the mouse events generated?

[A]When user clicks the mouse over a document
[B]When user moves over a document
[C]On pressing a key
[D]When user clicks or moves the mouse over a document

Show Answer

458). The properties that specify the position and button state of the mouse are _________

[A]clientX and clientY
[B] clientY and clientX
[C]altKey and ctrlKey
[D]metaKey and shiftKey

Show Answer

459). Which of the following keys are not set to true when the keyboard modifier keys are held down?

[A]altKey
[B]ctrlKey
[C]metaKey
[D]delkey

Show Answer

460). How to detect and respond to mouse drags?

[A]Registering a mouseover handler
[B]Releasing a mousedown handler
[C]Registering a mousedown handler
[D]Releasing a mouseover handler

Show Answer

461). When is the mouseover event fired?

[A]When mouse is moved over a new element
[B]When mouse is clicked
[C]When mouse is both moved and clicked
[D]When mouse is released

Show Answer

462). When is the mouseout event fired?

[A]When mouse is no longer over an element
[B]When mouse is over an element
[C]When mouse is hovered
[D]When mouse is clicked

Show Answer

463). The focus and blur events are also part of _________

[A]Element events
[B]Handler events
[C]Window events
[D] Scroll events

Show Answer

464). The element that can also register handlers for load and error events is _________

[A]html
[B]img
[C]body
[D]form

Show Answer

465). The events that are emulated by the jQuery library are _________

[A]focusarea and focusover
[B]focusall and focusnone
[C]focusdown and focusup
[D] focusin and focusout

Show Answer

466). Which event is triggered sooner when the document and its elements are ready to manipulate?

[A]DOMContentLoaded
[B]readystatechange
[C]Both DOMContentLoaded & readystatechange
[D]Statechange

Show Answer