I am using JQuery dialog in my scenario. $(selector).dialog("close"); does not work. What is an alternative do I have in order to close JQuery dialog?
I am using JQuery dialog in my scenario. $(selector).dialog(close); does not work. What is
Share
have you checked out this question.? have a look..
jQuery UI Dialog Box – does not open after being closed
Thanks.