指定した要素に対する繰り返し処理ができる
$(selector).each(function() の(selector)の中に処理したい要素を入れる。
下のサンプルでは<span>に対して、jQueryによって文字色を赤にする処理を実行しています。
See the Pen Untitled by mutsu (@mutsu2719) on CodePen.
$(selector).each(function() の(selector)の中に処理したい要素を入れる。
下のサンプルでは<span>に対して、jQueryによって文字色を赤にする処理を実行しています。
See the Pen Untitled by mutsu (@mutsu2719) on CodePen.
コメント