SyntaxFix
Write A Post
Hire A Developer
Questions
Simple jQuery solution - find the <a> element where href="x" and click it:
<a>
href="x"
$('a[href="#tabs-2"]').click();