带有 jQuery simplemodal 插件的几个模态窗口
是否可以?
例如,
如果我尝试在 FireBug 中打开新的模态窗口(附加到“body”或现有的模态窗口),且 z-index 大于 1002,则我的第一个模态窗口附加到“body”并且 z-index: 1002。I' 我们只是看到“false”结果
例如,
$.modal('<h1>First modal</h1>');
:然后在控制台
$.modal('<h1>Next modal</h1>', {zIndex: 1002+, appendTo: 'body' or 'First modal'})
jQuery 1.4.2 中,jquery.simplemodal-1.3.5
Is it possible?
For example my first modal window appended to 'body' and has z-index: 1002
if I'm trying in FireBug open new modal window (appended to 'body' or existed modal window) with z-index more then 1002. I've just see 'false' as the result
for example:
$.modal('<h1>First modal</h1>');
and then in console
$.modal('<h1>Next modal</h1>', {zIndex: 1002+, appendTo: 'body' or 'First modal'})
jQuery 1.4.2, jquery.simplemodal-1.3.5
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SimpleModal 仅支持一次打开一个模式。
您可以交换打开模式的内容或关闭并重新打开一个新模式。
SimpleModal only supports one modal open at a time.
You can swap out content of an open modal or close and re-open a new one.