Event Delegation with JQuery

If you want to make a web page more interactive, JavaScript is used to listen to events generated on the page. When doing very basic interaction the event handle (code that runs when a event is occurred) is attached to whatever DOM node you want start that interaction. For example adding a click handler to [...]

Read Full Post »