Which method is used to attach an event handler function to an HTML element on mouse double click?
Options:
Explanation:
The jQuery method
dblclick() is used to attach an event handler function to an HTML element on mouse double click.
Tags:
jQuery
Answer:
Which method is used to attach an event handler function to an HTML element on mouse double click dblclick().