从jquery模态对话框调用jquery模态对话框
嘿伙计们, 我陷入困境,我必须从现有的 jquery 模式对话框中调用另一个 jquery 模式对话框,我无法实现,任何人都可以让我摆脱这个问题,
提前致谢
hey folks,
i got stuck where i have to call another jquery modal dialog from an existing jquery modal dialog i couldn't achieve that will any body get me out of this problem
Thanks in Advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您阅读这篇文章,它表明您需要将它们都初始化为“自动显示”为 false,然后在必要时切换显示。底部还有另一个选项,但在我看来似乎有点老套。创建自己的对话框控制器并不困难,就像我在这里所做的那样: http://desktop.udjamaflip.com
< a href="http://forum.jquery.com/topic/making-a-diolog-box-open-another-dialog-box-why-does-it-only-work-once" rel="nofollow"> http://forum.jquery.com/topic/making-a-diolog-box-open-another-dialog-box-why-does-it-only-work-once
If you read this post, it shows that you need to init them both with one as "autoshow" to false and then toggle the display when necessary. There is also another option at the bottom but it seems a little hacky imo. It's not difficult to create your own dialog controller as I have done here: http://desktop.udjamaflip.com
http://forum.jquery.com/topic/making-a-diolog-box-open-another-dialog-box-why-does-it-only-work-once