Guest User

Untitled

a guest
Feb 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $('#link1').click(function(e) {
  2. e.preventDefault();
  3. $('#alinea1').toggle();
  4. });
  5.  
  6.  
  7.  
  8. <a href="#" id="link1"><h3>hello</h3></a>
  9. <div id="align1">
  10. hello world
  11. </div>
Add Comment
Please, Sign In to add comment