Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Flexslider carousel (custom nav) Reply To: Flexslider carousel (custom nav)

#235740
Shikkediel
Participant

Not sure I completely get it but maybe a loop?

$('.carousel').each(function() {

    $(this).flexslider({
    animation: 'slide',
    customDirectionNav: $(this).find('.nav-carousel a'),

    ...