我似乎对这个 jquery 代码有问题。
我想在第一个然后每 6 个添加一个类
Here is the code:Query:
$('ul li:nth-child(5n+1)').addClass("red").text("Here");
Here is the css:
li { background-color:blue; }
.red{ background-color: red; }
我似乎对这个 jquery 代码有问题。
我想在第一个然后每 6 个添加一个类
Here is the code:Query:
$('ul li:nth-child(5n+1)').addClass("red").text("Here");
Here is the css:
li { background-color:blue; }
.red{ background-color: red; }