Guest User

Untitled

a guest
Oct 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.26 KB | None | 0 0
  1. <a href="gdzieś.html" id="przycisk1">Link</a>
  2. <a href="gdzieś.html" id="przycisk2">Link</a>
  3. <a href="gdzieś.html" id="przycisk3">Link</a>
  4.  
  5. <script type="text/javascript">
  6. $("#przycisk1").button();
  7. $("#przycisk2").button();
  8. $("#przycisk3").button();
  9. </script>
Add Comment
Please, Sign In to add comment