나중에 정리해서 다시 올릴거..
//.each() 사용
$.each(arr, function(index, item){
....
});
//객체.each()
$( selector | array ).each(function(index, item){
....
});나중에 정리해서 다시 올릴거..
//.each() 사용
$.each(arr, function(index, item){
....
});
//객체.each()
$( selector | array ).each(function(index, item){
....
});