By xpertdev
via xpertdeveloper.com
Published: Dec 19 2011 / 06:35
In short words event delegation is the process to bind the events to parent element instead of binding events to all child elements. In Event Delegation we add such events on parent element only which actually binds to the child elements of the parent elements.
Add your comment