728x90 300x250 SMALL jQuery 이미지 정렬1 jQuery 이미지 가로 정렬 구하기 jQuery를 이용해서 이미지 가로 정렬 구하는 방법 html css #img-list img {position:absolute; width: 100px;height: 100px;padding: 10px;} css positon:absoute로 변경해 줘야 한다. jQuery let $imgList = null; //이미지를 담을 imgList제이쿼리 변수 선언 $(document).ready(function() { $imgList = $("#img-list img"); //이미지를 찾아서 $imgList에 넣는다. console.log ($imgList.length); for(let i=0 ; i < $imgList.length ;i++) { // 이미지 개수만큼 반복 let $img = $imgLis.. 2022. 4. 20. 이전 1 다음 728x90 반응형 LIST