if I have a link on my page like this

<a id="clickme" href="home/download/myfile.pdf">triggerclick</a>


should I be able to click it with jquery?

on event {
$('#clickme').trigger('click');

}

or will it disallow it because its linking to a file

Reply via email to