Guest User

Untitled

a guest
Oct 17th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     $(document).ready(function () {
  2.             $("#boton").click(function (e) {
  3.                 e.preventDefault();
  4.                   $("#lineas").toggle("slow");
  5.             });
  6.  
  7.           });
Add Comment
Please, Sign In to add comment