[jQuery] Re: hiding UI dialogs on startup

2008-07-17 Thread Richard D. Worth
You could call $(el).show().dialog(options) or you could have the element inside a hidden element. When you call .dialog() it will be moved elsewhere. - Richard On Thu, Jul 17, 2008 at 4:24 PM, jeroen <[EMAIL PROTECTED]> wrote: > > Hi, > > On Jul 17, 4:06 pm, tlphipps <[EMAIL PROTECTED]> wrote

[jQuery] Re: hiding UI dialogs on startup

2008-07-17 Thread jeroen
Hi, On Jul 17, 4:06 pm, tlphipps <[EMAIL PROTECTED]> wrote: > you should set the display property to none. > i.e.   I tried that, the dialog is now not shown before it is opened but now the content of the dialog is not shown? regards, Jeroen

[jQuery] Re: hiding UI dialogs on startup

2008-07-17 Thread tlphipps
you should set the display property to none. i.e. 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