gpt4 book ai didi

twitter-bootstrap 'disabled' 类在 ie9 上不起作用

转载 作者:行者123 更新时间:2023-12-04 23:22:49 25 4
gpt4 key购买 nike

使用 Bootstrap ,当您将“.disabled”类添加到按钮时,它会更改其不透明度并禁用按钮单击。

这适用于当前版本的 Chrome 和 Firefox。

在 Internet Explorer 9 上,我获得了更改其不透明度的按钮,但是当我单击它时,它会提交我的表单(尽管光标图标变为禁止标志)。

有没有什么办法解决这一问题?

最佳答案

<button type="button" class="btn btn-large btn-primary disabled" 
disabled="disabled">Primary button</button>

<button type="button" class="btn btn-large" disabled>Button</button>

我尝试在所有浏览器中使用上述按钮对我来说都很好。

笔记:
 <a href="#" class="btn btn-large btn-primary disabled">Primary link</a>
<a href="#" class="btn btn-large disabled">Link</a>

在链接的情况下使用禁用类。

干杯!!!

关于twitter-bootstrap 'disabled' 类在 ie9 上不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19499643/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com