I’m totally not good at jQuery, but this is getting hilarious. Searching the web for 2 hours, trying to found how to open a link with jQuery, without any result.
I have tried this example: http://jqueryui.com/demos/button/#default
What I want is from the example above, change this code (and get it to work):
<a href="#">An anchor</a>
to
<a href="my_site.php">An anchor</a>
How can I do this?
however I advise you to give you link an id so it does not do this to ALL links, so