mercredi 2 avril 2014

Carousel - Stop Slide - Bootstrap 3


Vote count:

0




Im using the bootstrap 3 framework. I have javascript in order to change the lenght of the interval between sliders.



// Home page Carousel Rotate Time
$(document).ready(function() {
$('.carousel').carousel({
interval: 4000
})
});


However I'm now parsing this information to another slider. I want to completely remove any sliding from this carousel. At the moment it doesn't slide until you slide it yourself and then it resume's sliding.



// Assessment-lists Carousel Embed Rotate Time
$(function() {
$('.assessment-higher-education').each(function(){
$(this).assessment-higher-education({
interval: false
});
});
});


Please help :) ?



asked 1 min ago






Aucun commentaire:

Enregistrer un commentaire