[jQuery] Re: Help with UI Dialog show dialog

2008-07-14 Thread Pitrsonek
It is perfect, thank you very much. I was glance over option autoOpen. Bye, have you nice day. On 14 Čec, 04:21, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: > The first time you call .dialog(options) is an initialization. If you close > the dialog after that (either by clicking on the 'X' or c

[jQuery] Re: Help with UI Dialog show dialog

2008-07-13 Thread Richard D. Worth
The first time you call .dialog(options) is an initialization. If you close the dialog after that (either by clicking on the 'X' or calling $(el).dialog('close') it is still initialized. If you want to re-open it, call $(el).dialog('open'); The only time you would call .dialog(options) again is if