Which method is used to attach an event handler function to an HTML element when the mouse moves over the HTML elements?

34. Which method is used to attach an event handler function to an HTML element when the mouse moves over the HTML elements?

  1. mousemove()
  2. mouseover()
  3. hover()
  4. mousehover()

Answer: C) hover()

Explanation:

The jQuery method hover() is used to attach an event handler function to an HTML element when the mouse moves over the HTML elements.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.