gil00pita
9/27/2016 - 10:52 AM

jQuery click() Method

jQuery click() Method

$("p").click(function(){
    alert("The paragraph was clicked.");
});