11.
How do you specify the child elements to which the event should be delegated in jQuery?
12.
Which scenario is suitable for using event delegation?
13.
How does event delegation contribute to better performance in web applications?
14.
Which jQuery method is deprecated in favor of .on() for event delegation?
15.
How does event delegation help in handling events on dynamically added table rows?
16.
What happens if the parent element specified for event delegation is removed from the DOM?
17.
In event delegation, which element's event handler is triggered when an event occurs?
18.
How does event delegation simplify event handling in web development?
19.
What is the primary advantage of using event delegation in web development?
20.
When is event delegation particularly useful in web development?