this repo has no description
at main 5 lines 97 B view raw
1$(document).ready(function() { 2 $("p").click(function () { 3 $((this)).hide(); 4 }) 5})