javascript - Triggering a button click when going on page -


is there way have user click on link takes them page , triggers (or multiple) button click(s). imagine use js.

more info: page wouldn't have code in it. imagine code in link.

try this

$(button-selector).trigger('click'); 

Comments

Popular posts from this blog

sql - MySQL - Finding Empty relations -

javascript - Why jQuery Select box change event is now working? -

c - Android and JNI real time clock -