Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
質問にあるように、JQMで複数のダイアログを開くことが可能かどうかを知りたいと思っています。
よろしくお願いします、ババク
はい、可能です。
ページ構造がJQMドキュメントに準拠している限り、次の呼び出しによって他のダイアログの上にダイアログを開くことができます。
$.mobile.changePage('#page-id', {transition: 'pop', role: 'dialog'} ) ;