Jquery Function Source code $(document).ready(function(){ $("p").click(function(){ $(this).hide(); }); });