JQuery JavaScript Tutorial

$("p").one("click",  function(){
  alert( $(this).text() );
});