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

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

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