jQuery.UI.dialog で他のページを表示したかったので iframe を使って他のページを表示するように拡張したプラグインを作ってみました。ラッパーなので使い方は jQuery.UI.dialog プラグインそのものでオプションとしてURLを指定するだけになっています。
オプションやサンプル、ダウンロード先は下記のサイトを参照してください。
Visual Studio で開発する場合は、NuGetから利用できます。
Jquery.iframedialog by miyabis
関連記事:
0
Thank you for IFrameDialog. Can you help me? How can I close IFrameDialog window from parent window?
On parent page I have newuser and open this link in IFrameDialog in child window. My question is : how I can close this child window from button on register.php?
Thank you in advance/
Can not be closed with this code when clicking the button?
window.parent.jQuery('.ui-dialog-content').dialog('close');