在jquery中,想要给第一个指定的元素添加样式,下面哪一个是正确的?
A.first
B.eq(1)
C.css(name)
D.css(name,value)
正确答案:css(name,value)
猜你喜欢