Which of the following method binds items to the given DOM elements while handling events via callback functions?

24. Which of the following method binds items to the given DOM elements while handling events via callback functions?

  1. Remove
  2. UndelegateEvents
  3. Delegate events
  4. Remove_delegate events

Answer: C) Delegate events

Explanation:

DelegateEvents binds items to the given DOM elements while handling events via call-back functions.

Comments and Discussions!

Load comments ↻






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