Which method is used to attach one or more event handlers for the selected elements?
Options:
Explanation:
The jQuery method
on() is used to attach one or more event handlers for the selected elements.
Tags:
jQuery
Answer:
Which method is used to attach one or more event handlers for the selected elements on().