Open Register Modal from jquery
-
Hi.
I would like the register modal to pop up when the page loads, bit nothing has worked.
I have tried the follwowing:
$(document).ready(function () {
$(‘.simplemodal-login’).click();
$(‘.simplemodal-login’).trigger(‘click’);
$(‘.simplemodal-login’).trigger(‘click.simplemodal-login’);
});Any ideas?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Open Register Modal from jquery’ is closed to new replies.