event handler lampiran jQuery

$( "#foo" ).one( "click", function() {
  alert( "This will be displayed only once." );
});
Stormy Spider