I am opening a pop-up dialog like-
<a href="routeEdit.php" data-role="button" data-icon="gear" data-inline="true" data-theme="b" data-transition="pop" data-rel="dialog">Edit</a>
Now, from that page, calling a method submit().
How will i close the pop-up from submit() method- without redirecting to main page?
Try above coding. It’s working for me.