1 2 3 4 5 |
$(document).ready(function() { $('.carousel').mouseover(function(){ $(this).carousel('next'); }); }); |
1 2 3 4 5 |
$(document).ready(function() { $('.carousel').mouseover(function(){ $(this).carousel('next'); }); }); |
Leave a reply