[jQuery] Triggering a link with no click event, just "javascript:" in the href
[jQuery] Triggering a link with no click event, just "javascript:" in the href
I have the link <a href="javascript:doSomething(1, 2, 3);">Do Something</a> How would I trigger that link? I tried trigger('click'); but that doesn't work.