Can you share some code so we can see what might be the problem? The most
common thing it sounds like is when people have a function that initializes
the dialog
function openDialog() {
$("#myDiv").dialog({ ... });
}
and they call that function again to try and reopen the dialog after it has
been closed, where instead you just want to call
$("#myDiv").dialog("open");
- Richard
On Thu, Nov 27, 2008 at 11:24 AM, Alter <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I hope you can help me.
> 1st problem: When my page load, it displays the DIV that must be used
> for the dialog.
> 2nd problem: When I open the dialog, it displays correctly, but when I
> close it, it also does not want to open again.
>
> I'm still very new to jquery and do not mind reading. Pls point me in
> the right direction.
>
> Kind regards
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---