我最近不得不更新网站。
使用了codaslider 2.0。https://github.com/KevinBatdorf 我的更新现在在一页上有2个滑块。
我有两个滑块工作。但是当我滚动第二个滑块时,它与第一个滑块发生冲突。我认为这是一个深层次的联系问题。所以当我在两张滑块上的幻灯片三时,网址扩展名为html#3。
$().ready(function() {
$("#coda-slider-1").css("visibility", "visible");
$('#coda-slider-1').codaSlider();
$("#coda-slider-2").css("visibility", "visible");
$('#coda-slider-2').codaSlider();
//$('html, body').animate({scrollTop:100}, 'slow');
});