Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <script type="text/javascript">
  2. $(document).ready(function(){
  3. $("#spoiler").hide();
  4. $("button").click(function(){
  5. $("#spoiler").hide();
  6. });
  7. });
  8. </script>
  9.  
  10. <h1>A sample review</h1><br />
  11. test<br />
  12. <button>Click me</button>
  13. <p id="spoiler">This is a spoiler</p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement