이미지 갤러리용으로 무한스크롤이 필요할 경우..라이브러리를 이용하는 경우가 있습니다.
라이브러리를 써도 무관하지만 아무래도 원리를 알면 더 좋겠죠..
scrollTop과 height를 이용한 별로 어렵지 않은 코드?입니다.
<div style="height:500px;background:#eee" id="content">
컨텐츠..
</div>
<!-- 무한 스크롤 이미지 갤러리 영역 -->
<div style="background:green" id="gallery">
이미지 갤러리
<div style='width:100px;height:100px;border:1px solid red' class='photo'>1</div>
<div style='width:100px;height:100px;border:1px solid red' class='photo'>2</div>
<div style='width:100px;height:100px;border:1px solid red' class='photo'>3</div>
</div>
<!-- // 무한 스크롤 이미지 갤러리 영역 -->
<script type="text/javascript">
$(document).ready(function() {
var $window = $(window);
function checkScrollPosition() {
var distance = $window.scrollTop() + $window.height();
if ($('#content').height()+$('#gallery').height() <= distance) {
if($(".photo").length < 10)
{
// next page 효과 , 예제를 위해서 임의의 박스 삽입
$("#gallery").append("<div style='width:100px;height:100px;border:1px solid red' class='photo'>"+($(".photo").length+1)+"</div>");
}
}
}
$window.scroll(checkScrollPosition).scroll();
});
</script>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 330 |
prosper
|
20년 전 | 2257 | |
| 329 |
prosper
|
20년 전 | 1875 | |
| 328 |
prosper
|
20년 전 | 1683 | |
| 327 | 20년 전 | 3751 | ||
| 326 | 20년 전 | 4839 | ||
| 325 |
hwatta
|
20년 전 | 2462 | |
| 324 |
|
20년 전 | 3133 | |
| 323 | 20년 전 | 5845 | ||
| 322 |
hwatta
|
20년 전 | 2831 | |
| 321 |
hwatta
|
20년 전 | 2307 | |
| 320 |
yesmoa
|
20년 전 | 4562 | |
| 319 | 20년 전 | 2671 | ||
| 318 | 20년 전 | 2232 | ||
| 317 |
kyodon
|
20년 전 | 2756 | |
| 316 | 20년 전 | 2569 | ||
| 315 |
|
20년 전 | 2876 | |
| 314 |
|
20년 전 | 3329 | |
| 313 |
|
20년 전 | 2633 | |
| 312 |
yesmoa
|
20년 전 | 4705 | |
| 311 | 20년 전 | 3258 | ||
| 310 |
홀로남은자
|
20년 전 | 4552 | |
| 309 | 20년 전 | 3002 | ||
| 308 | 20년 전 | 4119 | ||
| 307 | 20년 전 | 4358 | ||
| 306 | 20년 전 | 7024 | ||
| 305 | 20년 전 | 3864 | ||
| 304 | 20년 전 | 2758 | ||
| 303 |
크리스탈처럼
|
20년 전 | 4387 | |
| 302 | 20년 전 | 2198 | ||
| 301 |
|
20년 전 | 4314 | |
| 300 | 20년 전 | 3791 | ||
| 299 | 20년 전 | 2594 | ||
| 298 | 20년 전 | 4816 | ||
| 297 |
|
20년 전 | 2520 | |
| 296 | 20년 전 | 4520 | ||
| 295 | 20년 전 | 3564 | ||
| 294 | 20년 전 | 3586 | ||
| 293 | 20년 전 | 3812 | ||
| 292 | 20년 전 | 3198 | ||
| 291 |
yesmoa
|
20년 전 | 5932 | |
| 290 | 20년 전 | 2931 | ||
| 289 | 20년 전 | 5842 | ||
| 288 |
|
20년 전 | 2371 | |
| 287 |
|
20년 전 | 1789 | |
| 286 |
|
20년 전 | 2139 | |
| 285 |
|
20년 전 | 3529 | |
| 284 |
|
20년 전 | 2028 | |
| 283 |
|
20년 전 | 4399 | |
| 282 | 20년 전 | 3380 | ||
| 281 |
|
20년 전 | 2204 | |
| 280 |
|
20년 전 | 7795 | |
| 279 | 20년 전 | 5543 | ||
| 278 | 20년 전 | 2986 | ||
| 277 |
|
20년 전 | 5567 | |
| 276 | 20년 전 | 2353 | ||
| 275 | 20년 전 | 2598 | ||
| 274 | 20년 전 | 2375 | ||
| 273 | 20년 전 | 2208 | ||
| 272 | 20년 전 | 2143 | ||
| 271 | 20년 전 | 2597 | ||
| 270 | 20년 전 | 2618 | ||
| 269 | 20년 전 | 2476 | ||
| 268 | 20년 전 | 2673 | ||
| 267 | 20년 전 | 2359 | ||
| 266 | 20년 전 | 2560 | ||
| 265 | 20년 전 | 3497 | ||
| 264 |
|
20년 전 | 5356 | |
| 263 |
|
20년 전 | 3720 | |
| 262 | 20년 전 | 3169 | ||
| 261 |
허저비
|
20년 전 | 5921 | |
| 260 |
|
20년 전 | 5710 | |
| 259 | 20년 전 | 4134 | ||
| 258 | 20년 전 | 2375 | ||
| 257 | 20년 전 | 3183 | ||
| 256 | 20년 전 | 1895 | ||
| 255 | 20년 전 | 1562 | ||
| 254 | 20년 전 | 3137 | ||
| 253 | 20년 전 | 3542 | ||
| 252 | 20년 전 | 5116 | ||
| 251 | 20년 전 | 5803 | ||
| 250 | 20년 전 | 3671 | ||
| 249 | 20년 전 | 5012 | ||
| 248 | 20년 전 | 3278 | ||
| 247 | 20년 전 | 3632 | ||
| 246 |
|
20년 전 | 7945 | |
| 245 |
|
20년 전 | 5899 | |
| 244 | 20년 전 | 4483 | ||
| 243 |
|
20년 전 | 4046 | |
| 242 | 20년 전 | 2780 | ||
| 241 | 20년 전 | 2719 | ||
| 240 | 20년 전 | 2358 | ||
| 239 | 20년 전 | 1655 | ||
| 238 |
아우겐나이스
|
20년 전 | 2260 | |
| 237 |
email
|
20년 전 | 3685 | |
| 236 | 20년 전 | 4148 | ||
| 235 | 20년 전 | 10459 | ||
| 234 | 20년 전 | 5064 | ||
| 233 | 20년 전 | 3363 | ||
| 232 | 20년 전 | 3198 | ||
| 231 | 20년 전 | 3835 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기