Opening Dialog from within a Dialog in JQuery Mobile
问题 I am trying to open a Dialog from within a Dialog without Success. Here is my html: <a href="#popupDialog" data-rel="popup" data-position-to="window" data-role="button" data-inline="true" data-transition="pop" data-icon="delete" data-theme="b">Delete page...</a> <div data-role="popup" id="popupDialog" data-overlay-theme="a" data-theme="c" data-dismissible="false" style="max-width:400px;"> <div data-role="header" data-theme="a" class="ui-corner-top"> <h1>Delete Page?</h1> </div> <div data-role