1.
What is event delegation in JavaScript/jQuery?
2.
How does event delegation help in handling dynamically added DOM elements?
3.
Which jQuery method is commonly used for event delegation?
4.
What is the purpose of using event delegation?
5.
How do you attach an event handler to dynamically added elements using event delegation?
6.
What happens when an event occurs on a dynamically added element with event delegation?
7.
Which jQuery method provides better performance for event delegation: .on() or .click()?
8.
What is the syntax for using event delegation with jQuery's .on() method?
9.
How does event delegation help in improving code maintainability?
10.
What is the advantage of using event delegation in single-page applications (SPAs)?