Home » HTML » Html miscellaneous » Question
  1. Which of the following is not event method in jQuery?
    1. hide()
    2. mousedown()
    3. mouseenter()
    4. click()
    5. None of these
Correct Option: A

The actions that can be performed on the web page are called events. Some common DOM events are blur(), click(), bilnd(), change(), dbclick(), eroor(), delegate(), die(), event.data, event.currentTarget, event.pageX, mouseenter(), mousedown(), event.result, event.target, focus(), hover(), keydown(), focusout(), live(), load(), keyup() etc.



Your comments will be displayed only after manual approval.