Logo Pupungbp.com

Need a WordPress expert help?

Simulate Click after Page Completely Loads

Last Updated: June 28, 2020 | Reading Time: < 1 minute

If you work with a webpage that needs to simulate a click (eg. to open a popup, automatically submit a form, etc.) after page loaded, this one might be works for you.

jQuery(document).ready(function() {
setTimeout(function() {
jQuery("section a.open-popup").trigger('click');
},10);
});

Looking for an affordable WordPress solution?

We offer budget-friendly WordPress website development services to meet your needs. Prices start at $10.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.