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

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -