Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html;
  4. charset=UTF-8">
  5. <script type="text/javascript" src="jquery-3.2.0.min.js"></script>
  6. <script type="text/javascript">
  7.  
  8. $(document).ready(function(){
  9.  
  10. $('#ukryj').click(function() {$('.opis').hide("slow"); } );
  11.  
  12. });
  13.  
  14.  
  15. </script>
  16.  
  17.  
  18. <body>
  19.  
  20. <p class="opis">
  21.  
  22. <input type="submit" name="ukryj" id="ukryj" value=" [ ukryj opis]">
  23. </p>
  24. <p class="opis">Ten napis sie ukryje jeśli klikniesz na przycisk ukryj opis </p>
  25.  
  26. <p class="opis">
  27. jQuery ma coś tam ale nie wiem co więc sobie to wygoogluj pozdrawiam.
  28. </p>
  29.  
  30. </body>
  31. </head>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement