js/jquery遇到的坑总结
1.“removeAttribute is not a function” error message
原因以及解决方法:removeAttribute is a JavaScript DOM function. Since you are using $(), and thus operating on a jQuery object, you need to use the jQuery equivalent, removeAttr()。
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。
以后会持续更新

更多精彩