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?

  1. at()
  2. atelements()
  3. on()
  4. focuson()

Answer: C) on()

Explanation:

The jQuery method on() is used to attach one or more event handlers for the selected elements.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.