home

바텀 스와이프 레이어

사용방법

  • 기본 사용 : jsSwLayer();
  • 지정 사용 : jsSwLayer('class명');
  • 콜백 사용 : jsSwLayer('', function(){//콜백영역});
    							jsScrollBar('', function(){
    								//콜백영역
    							});
    							
  • 지정, 콜백 사용 : jsSwLayer('class명', '', function(){//콜백 영역});
    							jsSelect('class명', '',  function(){
    								//콜백 영역
    							});
    							
  • ex)
    							
    
    							
    							
    스와이핑 레이어
    스크롤 영역
    							jsSwLayer('js-swLayer', function(){
    								//콜백 영역
    							});
    							

코드

- html

- css

- script

다운로드