i am trying to figure this out.How o i make it work on page Load.
my css
.modalDialog { position: fixed; font-family: Arial, Helvetica, sans-
load() is deprecated as version 1.8, My suggestion:
load()
window.onload = function (){ $("#preloader").delay(1000).fadeOut(1000); $('#notLoggedModalClick').click(); }
but its better if you directly fire the popup instead of click the trigger.