【发布时间】:2017-06-28 07:24:17
【问题描述】:
我的模态表单有问题。当我点击登录时,我的表单将显示但背景重叠。这是我之前的 JS:
$('#user-login').on('click', function(e) {
e.preventDefault();
$('#s-auth-login').modal({
'backdrop': false, //if true the backdrop will overlap
'show': true
});
});
我强迫背景隐藏。但是有没有其他方法可以做到这一点?我想在表单模式后面保留不透明颜色的背景。
【问题讨论】:
-
你在 jsfiddle 中有吗?测试?
标签: javascript jquery css twitter-bootstrap twitter-bootstrap-3