SyntaxFix
Write A Post
Hire A Developer
Questions
You can always use this attached to some click event in your script:
location.href = this.href;
example of usage is:
jQuery('a').click(function(e) { location.href = this.href; });