Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $('a').click(function() {
  2.    $.get($(this).attr('href'), function() {
  3.        // How do I know what link I clicked???
  4.    });
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement