Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目的は、エラー配列の要素の横に星を表示することです。
http://jsfiddle.net/ygFYh/5/
明らかに、nth-child の使用は適切なセレクターではありません。
:eqの代わりに使用:nth-child
:eq
:nth-child
ただし、0ベースなので(x-1)を使用します。
http://jsfiddle.net/ygFYh/7/でのデモ