Guest User

Untitled

a guest
Nov 21st, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <a href="http://localhost/uno/dos">DESCARGAR</a>
  2.  
  3. $('a').click(function(event) {
  4. var url = $('a').attr('href');
  5. alert(url);
  6. });
Add Comment
Please, Sign In to add comment