Thursday, January 23, 2014

Jquery - bind handler to dynamically generated HTML element

 
$(document).on('click', '.selector', function() {
    //the rest of code here :)
});

No comments:

Post a Comment