Automatically open on page load

5 messages Options
Embed this post
Permalink
trentb

Automatically open on page load

Reply Threaded More More options
Print post
Permalink
Is there a way to automatically open a shadowbox window when the page loads? I am using JQuery, thanks for your help.
mjijackson

Re: Automatically open on page load

Reply Threaded More More options
Print post
Permalink
$(document).ready(function(){
    Shadowbox.init();
    Shadowbox.open( ... );
});
kre8-ive

Re: Automatically open on page load

Reply Threaded More More options
Print post
Permalink
Michael,

Can you explain this a bit more? I've tried adding the script you supplied but it doesn't seem to work. Thanks.
kre8-ive

Re: Automatically open on page load

Reply Threaded More More options
Print post
Permalink
Never mind - figured it out.
Stephan

Re: Automatically open on page load

Reply Threaded More More options
Print post
Permalink
Could you please explain how you did it, or just copy the whole script u used so that i can figure it out, thanks