I have an anchor link:
<a name="mylink" class="myclass"></a>
I send a link to an e-mail of my user with a link:
http://preloaders.net/en/social_bookmarks/#mylink
How do I identify if the link has been clicked with jQuery/Javascript?
|
I have an anchor link:
I send a link to an e-mail of my user with a link: http://preloaders.net/en/social_bookmarks/#mylink How do I identify if the link has been clicked with jQuery/Javascript?
| ||||
|
feedback
|
|
You can do this with pure JavaScript:
| |||||
feedback
|