Jineesh John
Monday, May 21, 2012
Friday, April 27, 2012
Saturday, November 19, 2011
JavaScript Event Delegation with sample
In event delegation , a single event can be used in multiple elements or group of elements. This is achieved by binding the event to the container or parent element and the event is propagated to top from the point where it is clicked.
Final output and demo:
Event delegation demo
Subscribe to:
Comments (Atom)