我在我的网站上使用bootstrap carousel.但我希望它的功能与众不同.我希望在mouseScroll上更改幻灯片(每次鼠标滚动时每张幻灯片).
如何使用Bootstrap Carousel实现它?
$('#myCarousel').carousel({ interval: 3000 });
的jsfiddle
html javascript css jquery twitter-bootstrap
css ×1
html ×1
javascript ×1
jquery ×1
twitter-bootstrap ×1