Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将如何使用ColorBox创建一个“确认覆盖”模式对话框,该对话框可以中断表单提交,直到单击“是”。
Simple Modal有类似的功能,但我更喜欢 colorbox 的实现和文档,否则我会使用后者。
您可以使用 overlayClose 属性为 false 以在您单击颜色框 div 外部时禁用关闭,并且通过将 closebutton 属性设置为 false 将隐藏关闭按钮。这就是如何将 colorbox div 设为模态。
代码 :$.colorbox({overlayClose:false,closebutton:false});
$.colorbox({overlayClose:false,closebutton:false});
对于 ColorBox,我无法为您提供帮助,但如果您对 SimpleModal 有特定的疑问或问题,我很乐意为您提供帮助。