you should set the display property to none. i.e. <div id="example" style="display: none;"></div>
On Jul 17, 7:47 am, jeroen <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm using JQuery UI to implement dialogs for my application. However > on start up I can momentarily see the div's that later become dialogs > after $("#example").dialog(); has been called. > > Is there a way to hide those div's in advance of $ > ("#example").dialog(); being called? > > Thanks, > > Jeroen