I have a question for The Flexslider jQuery plugin, 1.8 version. How can I go to a slide manually? I searched and found a code, but it does not work properly.
$('.flexslider').slider.flexAnimate(2, true);
I got the "$(".flexslider").flexAnimate is not a function" error
You can go to the third slide like this:
var slider = $('#your-slider').data('flexslider');
slider.flexAnimate(2);
And this way too:
$('#your-slider').flexslider(2);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With