SyntaxFix
Write A Post
Hire A Developer
Questions
Why use a <a href>? I solve it like this:
<a href>
<span class='a'>fake link</span>
And style it with:
.a {text-decoration:underline; cursor:pointer;}
You can easily access it with jQuery:
$(".a").click();