Open maheshparadkar opened 10 years ago
Yes, I have the same problem. And if clicking fast enough, you can trigger an advance, but the crsl-active class won't move.
I have the same problem. Did anyone get a fix for this?
I switched to use Owl Carousel.
what a piece of shit
$('.crsl-items').on('beginCarousel', function(){ console.log('animating') $('.crsl-nav a').prop("disabled",true); $('.crsl-nav a').click(function(e){ e.preventDefault(); }) });
$('.crsl-items').on('endCarousel', function(){
$('.crsl-nav a').prop("disabled",false);
});
i am trying to continuously clicking on next and sudden click on previous its stuck it wont let you previous item until you refresh your page