SPRING/JAVASCRIPT
jquery each
♥dahye♥
2023. 11. 20. 15:36
$(selector).each(function(index, item){
var this_val = $(item).val();
});
반응형