Wednesday, July 21, 2010

event delegation in jQuery

event delegation in jQuery




$("#btnId").click(function(){
    // put your code here ;
});

No comments:

Post a Comment