Jquery attr 函数在 IE7 中不起作用

发布于 2024-09-11 13:25:21 字数 248 浏览 3 评论 0原文

我正在使用 jQuery 1.3.2,看来 attr 函数在 IE8 和 FF 3 中有效,但在 IE7 中无效。

有问题的代码:

.attr("disabled",true)

或者

 .attr("disabled","disabled")

是否有其他方法来禁用元素? (SELECT 元素中的特定选项)

谢谢。

I am using jQuery 1.3.2, It seems the attr function does work in IE8 and FF 3 but not in IE7.

The problematic code:

.attr("disabled",true)

or

 .attr("disabled","disabled")

Is there an alternative way to disable an element? (a specific option in a SELECT element)

Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一杆小烟枪 2024-09-18 13:25:21

IE 7 不支持选择选项中的disabled。这不是 jQuery 问题。

此中有详细信息博客文章

有一些基于 Javascript 的解决方法,例如这个添加功能(但是,即使他们也无法使选择呈现灰色外观。)

IE 7 does not support disabled in select options. It's not a jQuery issue.

There's detailed info in this blog post.

There are Javascript based workarounds like this one that add the functionality (however, even they are not able to give the select the greyed-out look.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文