qq_Willqiang_04269177
2017-11-01 14:57
$("#menu_con div:first-child p:first-child").css('color','#9932CC');为什么不能这样写,有知道的同学吗
可以看看前面专门讲第几个子元素选择器的那节。选取第一个子元素就是:first 没什么为什么~就是这么规定的。
first-child是第一个子元素,应该改为first,#menu_con下的第一个div 同理后面也是
jQuery基础 (一)—样式篇
217509 学习 · 1218 问题
相似问题