<div class="photo">
<img src="http://placehold.it/100x150"/>
<img src="http://placehold.it/100x130"/>
<img src="http://placehold.it/100x120"/>
<img src="http://placehold.it/100x110"/>
</div>
<script>
var arr = [];
$('.photo img').each( function(){
arr.push($(this).height());
});
console.log(arr);
</script>
'PROGRAM > JAVASCRIPT' 카테고리의 다른 글
jQuery 없이 사용 (0) | 2016.09.20 |
---|---|
ie11 background fixed bug (0) | 2016.03.02 |
자바스크립트 스코프 클로저 (0) | 2015.06.23 |
날씨위젯 (0) | 2015.06.02 |
현재 날짜 요일 시간 뽑기 (0) | 2015.03.31 |