为了账号安全,请及时绑定邮箱和手机立即绑定

为什么会出现Uncaught TypeError: Cannot read property 'css' of undefined 错误

在按下回车键的功能里,加入判断目前选定的是哪一个a时使用了as[i].css('color')=='rgb(221,221,221)',出现了Uncaught TypeError: Cannot read property 'css' of undefined  的错误

正在回答

4 回答

哦,没有color='rgb(221,221,221)'的吧,color是文字颜色的属性,你写的'rgb(221,221,221)'是想写背景颜色的吧。。

要么style.color == ‘#999’或者 style.background =='rgb(221,221,221)'

0 回复 有任何疑惑可以回复我~
#1

qq_小米虾_0 提问者

非常感谢!
2016-03-15 回复 有任何疑惑可以回复我~
#2

qq_小米虾_0 提问者

颜色的返回值应该都是rgb()吧,刚才又把问题看了一遍,发现自己把对象搞错了,所以获取不到style.backgroung=='(221,221,221)'的对象
2016-03-15 回复 有任何疑惑可以回复我~

改为style.color后,报错Uncaught TypeError: Cannot read property 'style' of undefined;但是style.display却不报错,请教下这是为什么?

0 回复 有任何疑惑可以回复我~

谢谢!加载了jq.js就可以使用了,对吧

0 回复 有任何疑惑可以回复我~

as[i].style.color == 'rgb(221,221,221)';     js中没有.css的方法,jq中有的。。

0 回复 有任何疑惑可以回复我~
#1

qq_小米虾_0 提问者

改为style.color后,报错Uncaught TypeError: Cannot read property 'style' of undefined;但是style.display却不报错,请教下这是为什么?
2016-03-15 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么会出现Uncaught TypeError: Cannot read property 'css' of undefined 错误

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信