标签:
在一个7x7的表格当中
nth-child(1);
td.parents("table").find("tr :nth-child(1)").css("background-color", "blue");得到
td.parents("table").find("tr :eq(1)").css("background-color", "blue");得到
jquery选择器:nth-child()与空格:eq() 的区别;
标签:
原文地址:http://www.cnblogs.com/shuaixing/p/4184856.html