Twitter bootstrap carousel- change slides with mouse scroll -
is there way use mouse scroll change slides on twitter bootstrap carousel?
regards
as barack obama said: "yes can". following code want:
$('#mycarousel').bind('mousewheel', function(e){$(this).carousel('next');});
Comments
Post a Comment