Can I call jQuery’s click() to follow an link if I haven’t bound an event handler to it with bind or click already? October 25, 2022 by Tarik Another option is of course to just use vanilla JavaScript: document.getElementById("a_link").click()