Event Handling – The Delegate Way
Traditionally, event handling in jQuery has been enabled using the bind() method and its many shortcuts, click(), blur(), etc., by using these available methods we can easily bind event handlers to a set of matched elements. Today, this is still the most common method of binding events and it still does the job well. So [...]
Posted on June 4, 2010 at 11:45 am by John Strickler · Permalink
· Comments Closed
In: jQuery · Tagged with: delegate, event delegation, event handling, events, jquery, live
In: jQuery · Tagged with: delegate, event delegation, event handling, events, jquery, live

