Fontzter's solution is the recommended approach. See http://blog.nemikor.com/2009/04/08/basic-usage-of-the-jquery-ui-dialog/ for an in-depth explanation with a demo.
On Apr 30, 9:41 am, Fontzter <[email protected]> wrote: > You only need to initialize a dialog one time. Then use .dialog > ("open") and .dialog("close") to open/close it as many times as you > need to later on. You can also use the autoOpen: false option if you > don't want it open when you initialize it. > > Hth, > > Dave > > On Apr 30, 8:31 am, alessio bozza <[email protected]> wrote: > > > try to destroy the dialog after the close, > > > $(this).dialog("destroy"); > > > this work for me > > > On Thu, Apr 30, 2009 at 1:39 AM, Kepro <[email protected]> wrote: > > > > Hi i use today our Jquery UI > > > but i have a first deficiencies with use this great thinkg :) > > > > i want use dialog box secound time but he doesn't work :( i must > > > refresh the page and the he is work... > > > > i have a options in some a show profile logout mail etc :) and user > > > click to close and try to open options panel uff? nothing do... > > > > why i can use dialog box another time? > > > > sorry for my english :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
