Home »
MCQs »
BackboneJS MCQs
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?
- Remove
- UndelegateEvents
- Delegate events
- Remove_delegate events
Answer: C) Delegate events
Explanation:
DelegateEvents binds items to the given DOM elements while handling events via call-back functions.