エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
~個ごとに要素のスタイルを変更する - かちびと.net
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
~個ごとに要素のスタイルを変更する - かちびと.net
Result jQuery $('li').each(function(index){ //3つごとに設定 if(Math.floor(index/3)%2==0){ //class... Result jQuery $('li').each(function(index){ //3つごとに設定 if(Math.floor(index/3)%2==0){ //classを付加 $(this).css('color','blue'); }else{ $(this).css('color','red'); }; }); html <ul> <li>list01</li> <li>list02</li> ・ ・ ・ <li>list14</li> <li>list15</li> <li>list16</li> </ul> via How to target list items per two lists instead of even or odd – Stack Overflow Warning: include(/home/youhei0828/kachibito.net/p

