【jQuery】eachの処理

js
$.each(array, function (index, value) {
    // 処理
});

関連記事