gpt4 book ai didi

jquery - "removeAttribute is not a function"错误信息

转载 作者:技术小花猫 更新时间:2023-10-29 11:44:51 26 4
gpt4 key购买 nike

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/

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