UI
Implementing Event Delegation and Custom Events in JavaScript Using JQuery & Prototype.js
Events play a very vital role in developing a dynamic UI. Events are generated as a response to an User Action or to state…