Jquery Test

jQuery(document).ready(function(){
    jQuery("p").click(function(){
        jQuery(this).hide();
    });
});

Leave a Reply

Your email address will not be published. Required fields are marked *