Which method is used to attach an event handler function to an HTML element when the mouse moves over the HTML elements?
Options:
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.
Tags:
jQuery
Answer:
Which method is used to attach an event handler function to an HTML element when the mouse moves over the HTML elements hover().