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