2013-08-01 3 views
0

현재 페이지 = 1 일 때 돌아가고 싶다면 anythingslider에 미끄러지는 것을 멈춰야합니다. 따라서 회전하고 싶지 않습니다. 시도했지만sliding 슬라이딩을 중지하는 방법 Slider (jQuery plugin)?

onSlideBegin : function(e, slider){ 
    return false; 
} // there is no check I just need to know how to stop sliding 

여전히 미끄러 져 있습니다. 감사합니다.

+0

시도 :'$ ('. anythingSlider') 데이터 ('AnythingSlider') (false)를 startStop;'... –

+0

나는 이것을 시도했다. –

답변

0

어쩌면 ???

// Slideshow options 
    autoPlay   : false,  // If true, the slideshow will start running; replaces "startStopped" option 
    autoPlayLocked  : false,  // If true, user changing slides will not stop the slideshow 
    autoPlayDelayed  : false,  // If true, starting a slideshow will delay advancing slides; if false, the slider will immediately advance to the next slide when slideshow starts 
    pauseOnHover  : true,  // If true & the slideshow is active, the slideshow will pause on hover 
    stopAtEnd   : false,  // If true & the slideshow is active, the slideshow will stop on the last page. This also stops the rewind effect when infiniteSlides is false. 
    playRtl    : false,  // If true, the slideshow will move right-to-left