Vidyalelo
JavaScript · Q89

Document Object Model And Event Handling

Programming · JavaScript · question 89

Q89

The events that is emulated by the jQuery library are

A.
focusarea and focusover
B.
focusall and focusnone
Answer
C.
focusdown and focusup
D.
focusin and focusout

Answer: Option B

Solution

Answer: Option B
Solution:
The jQuery library emulates focusin and focusout events for browsers that do not support them.