closing jquery dialogs

We had problems with IE page minimizing when we called xajax server functions from dialogs that sent commands to close the dialogs.

To fix it I changed the way we sent the script to close the dialog from:

$(‘#notice_message’).dialog(‘close’);

with

$(‘#notice_message’).dialog(‘destroy’).remove();

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published.