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
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
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
3 matches
Mail list logo