(function($) { $(function() { new FLBuilderPostCarousel({ id: '', layout: 'grid', slideWidth: 300, settings: { auto: false, pause: 1000, speed: 1000, autoDirection: '', infiniteLoop: false, adaptiveHeight: true, controls: false, autoHover: true, ariaLive: false, slideMargin: 30, moveSlides: 1, onSlideBefore: function(ele, oldIndex, newIndex) { $('.fl-node- .fl-post-carousel-navigation a').addClass('disabled'); $('.fl-node- .bx-controls .bx-pager-link').addClass('disabled'); }, onSlideAfter: function( ele, oldIndex, newIndex ) { $('.fl-node- .fl-post-carousel-navigation a').removeClass('disabled'); $('.fl-node- .bx-controls .bx-pager-link').removeClass('disabled'); } } }); }); })(jQuery);