【发布时间】:2013-05-23 17:53:13
【问题描述】:
我有 3 页。 Page1(在按钮单击时)通过模态(modal1)调用 page2。 Page2 有按钮单击时通过模态(modal2)打开 page3。所以它的模态在另一个模态中。
我不想杀死/关闭父模式。而是调整 modal2 的 css(top, left)。
我该怎么做?
整体结构如下所示:
<div id="preferences" class="modal bigModal in" data-backdrop="static" aria-hidden="false">
<iframe id="preference" class="searchModal-body" src="preferences?lightbox=yes§ion=2">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<div id="searchBox" class="modal bigModal in" aria-hidden="false">
..........
</div>
....
</html>
.........
</iframe>
...........
</div>
附上现在的截图
【问题讨论】:
标签: jquery iframe modal-dialog