Return to Snippet

Revision: 33699
at October 12, 2010 08:26 by JohnnyGamba


Initial Code
$(function(){

  $(‘#target’).one(‘click’,function(event) {

    alert(‘Hello!’);
  });
});

Initial URL


Initial Description


Initial Title
Ejecutar evento solo 1 vez

Initial Tags
jquery

Initial Language
jQuery