Home »
MCQs »
jQuery MCQs
Which method is used to attach one or more event handlers for the selected elements?
37. Which method is used to attach one or more event handlers for the selected elements?
- at()
- atelements()
- on()
- focuson()
Answer: C) on()
Explanation:
The jQuery method on() is used to attach one or more event handlers for the selected elements.