Difference between revisions of "Template:Currentpage"

(Created page with "<html> <script> $(document).ready(function(){ $("button").click(function(){ $("p").hide(); }); }); </script>")
 
(Blanked the page)
 
Line 1: Line 1:
<html>
 
  
 
 
<script>
 
    $(document).ready(function(){
 
      $("button").click(function(){
 
        $("p").hide();
 
      });
 
    });
 
</script>
 

Latest revision as of 08:11, 1 October 2017