SyntaxFix
Write A Post
Hire A Developer
Questions
I had similar issue. try this $('#myAnchor').get(0).click();this works for me
$('#myAnchor').get(0).click();