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