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 -

unity3d - Rotate an object to face an opposite direction -

Upload file with tags through OwnCloud or NextCloud API -