Jquery JavaScript DHTML

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