Guest User

Untitled

a guest
Feb 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 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>derp</h3></a>
  9. <div id="alinea1">
  10. </div>
Add Comment
Please, Sign In to add comment