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

这个为什么一定要中括号css(['width','height'])

为什么不加中括号就无效

正在回答

1 回答

固定写法, 用来传递多个css propertyName

As of jQuery 1.9, passing an array of style properties to .css() will result in an object of property-value pairs. 

from: http://api.jquery.com/css/#css1

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

土豪码农 提问者

不是大括号吗?就像这样$("p").css({"background-color":"yellow","font-size":"200%"});
2016-12-05 回复 有任何疑惑可以回复我~
#2

41ex 回复 土豪码农 提问者

你这样写没错, 但是你给的代码讲的不是这个意思.文中代码应该是想表示利用遍历each来达到批量更改css效果的目的, 具体请看我给的链接里面的demo
2016-12-05 回复 有任何疑惑可以回复我~
#3

土豪码农 提问者

非常感谢!
2016-12-06 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

这个为什么一定要中括号css(['width','height'])

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