Hello,
I am using a JQuery Dialog box; i works great for me, however, when closing the dialog I use the "Hide" method to close it. This method will indeed hide it but not close it. As a result, when hiding the dialog box then showing it again (using the "show" method), the previously filled up text or choice will show. I need to reload the dialog as if it was for the first time showing.
May I know how to achieve that?
Thanks.
Closing JQuery UI Dialog Box
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Closing JQuery UI Dialog Box
You cannot 'close' a dialog. The dialog always exits on the page.
But you can try to use the 'open' event of the dialog to reset the form.
But you can try to use the 'open' event of the dialog to reset the form.