jQuery全宽滑块在运行前加载了一段时间

时间:2013-02-05 08:49:54

标签: jquery slider

我在PlusSlider上使用jQuery全宽滑块test website

但问题是滑块在开始运行之前的某个时间正在加载。我无法找到导致滑块在运行之前等待2-6秒的原因

<script type="text/javascript">
    $(document).ready(function(){
        $('#slider3').plusSlider({
            fullWidth: true,
            autoPlay: true, 
            displayTime: 5000, // The amount of time the slide waits before automatically moving on to the next one. This requires 'autoPlay: true'
            sliderType: 'slider' // Choose whether the carousel is a 'slider' or a 'fader'
        });
    });
</script>

0 个答案:

没有答案