Your Ad Here

Posted By

omerta83 on 07/08/10


Tagged

javascript jquery


Versions (?)

Handle dynamic content within .live()


 / Published in: JavaScript
 

  1. $(".clickme").live("click", function() {
  2. // Live handler called.
  3. });

Report this snippet  

You need to login to post a comment.