Which method is used to attach an event handler function to an HTML element when the mouse pointer enters the HTML element?
Options:
Explanation:
The jQuery method
mouseenter() is used to attach an event handler function to an HTML element when the mouse pointer enters the HTML element.
Tags:
jQuery
Answer:
Which method is used to attach an event handler function to an HTML element when the mouse pointer enters the HTML element mouseenter().