jQuery colorbox 에서 브라우저 스크롤 없애기 > 개발

본문 바로가기
사이트 내 전체검색

개발

jQuery colorbox 에서 브라우저 스크롤 없애기

페이지 정보

profile_image
작성자 관리자 (61.♡.24.46)
댓글 0건 조회 4,927회 작성일 15-11-27 11:01

본문

jquery 라이트박스 플러그인 중의 하나인 colorbox 를 사용하는 경우,
colorbox 레이어가 떠 있을 때에도 브라우저가 스크롤이 된다.

브라우저가 스크롤 되는 것을 막으려면, jquery 스크립트를 이용하면 된다.

jQuery(document).ready(function(){
    $(document).bind('cbox_open', function() {
        $('html').css({ overflow: 'hidden' });
    }).bind('cbox_closed', function() {
        $('html').css({ overflow: '' });
    });
});

** 출처 : https://wordpress.org/support/topic/disable-background-scrolling-when-colorbox-layer-is-active

추천0

댓글목록

등록된 댓글이 없습니다.

Total 386건 3 페이지
  • RSS
개발 목록
번호 제목 조회 추천 날짜
3464985012-20
열람중4928011-27
3444857001-03
3434845003-09
3424844006-04
3414811004-24
3404775001-11
3394774007-04
3384762005-13
3374751004-09
3364740005-29
3354663001-31
3344634007-29
3334606011-11
3324604007-22
3314574005-07
3304564010-10
3294564004-18
3284554004-25
3274542006-10

검색


사이트 정보

Copyright © Baragi.Net. All rights reserved.