• jQuery Event Delegation

    jQuery Event Delegation

    When I first started using jQuery to make AJAX requests event delegation always caught me out as I never understood what it was or how to use it. If youre manipulating the DOM you will surely come across the problem of when you dynamically add an element to a page you cant just go and add an event handler to this new element and expect it to work. For instance say I have a list item which is clickable with the aid of a click ...

    Added on 02-04-2010

    View This Tutorial | Report Tutorial

Related Tutorials