作者热门文章
- 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"
mac firefox 3.6.13 firebug 给我这个错误:“removeAttribute 不是函数”我在某处读到“removeAttribute”在某些浏览器中存在错误,但我需要使用它。如果是浏览器问题,任何人都可以建议不同的方法。
function closeThumbView(){
$("#thumbReelBox").fadeOut(1000, function(){
$("#thumbReelList > li > a, #thumbReelList > li, #thumbReelNav, #thumbReelBox").removeAttribute('style');
});
}
最佳答案
removeAttribute 是一个 JavaScript DOM 函数。由于您正在使用 $(),因此对 jQuery 对象进行操作,因此您需要使用 jQuery 等价物 removeAttr()
关于jquery - "removeAttribute is not a function"错误信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4800769/
我是一名优秀的程序员,十分优秀!