Delegasi JQuery

$(document).delegate("#myLabel", "click", function() {
  $(this).alert("myLabel click");
});
Ranish