作者热门文章
- objective-c - iOS 5 : Can you override UIAppearance customisations in specific classes?
- iphone - 如何将 CGFontRef 转换为 UIFont?
- ios - 以编程方式关闭标记的信息窗口 google maps iOS
- ios - Xcode 5 - 尝试验证存档时出现 "No application records were found"
我有一个 disabled='disabled'
<a>
上的属性标签。我如何使用 jquery 测试这个属性是否在我的标签上?以下代码返回 undefined
.我可以看到 disabled
firebug 中标签上的属性和 anchor 上的所有其他属性使用相同的语法成功返回。我意识到disabled
是 <a>
的自定义属性标签。
$('#anchorID').attr('disabled');
最佳答案
尝试
$('#anchorID').is('[disabled=disabled]')
如果 disabled="disabled"
是元素的属性,则返回 true。
关于jquery - jquery 如何用于检查 <a> 标记上的 'disabled' 属性?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10198398/
我是一名优秀的程序员,十分优秀!