简体   繁体   English

jQuery ColorBox确定覆盖模式对话框吗?

[英]jQuery ColorBox confirm override modal dialog?

How would I use ColorBox to create a 'confirm override' modal dialog that can interupt a form submission until 'yes' is clicked. 我将如何使用ColorBox创建“确认替代”模式对话框,该对话框可以中断表单提交,直到单击“是”为止。

Simple Modal has a similar function , but I much prefer colorbox's implementation and documentation, otherwise I'd use the latter. Simple Modal具有类似的功能 ,但是我更喜欢colorbox的实现和文档,否则我将使用后者。

You can use overlayClose property to false to make disable closing when you click outside the colorbox div and by setting closebutton property to false will hide close button . 当您在colorbox div之外单击时,可以将overlayClose属性设置为false来禁用关闭,并且通过将closebutton属性设置为false可以隐藏关闭按钮。 That is how you can make colorbox div as modal. 这就是使colorbox div成为模态的方法。

code : $.colorbox({overlayClose:false,closebutton:false}); 代码: $.colorbox({overlayClose:false,closebutton:false});

我无法使用ColorBox帮助您,但是如果您对SimpleModal有特定疑问或问题,我们将很乐意为您提供帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM