SyntaxFix
Write A Post
Hire A Developer
Questions
Using jQuery you can do exactly the same thing, for example:
$("a").click();
Which will "click" all anchors on the page.