このjqueryコードに問題があるようです。
クラスを 1 番目に追加し、次に 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コードに問題があるようです。
クラスを 1 番目に追加し、次に 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; }