(function($) { "use strict"; $(window).load(function(){ $('.slider-temoignages').flexslider({ animation: "slide", animationLoop: true, slideshowSpeed: 12000, itemWidth: 1170, itemMargin: 5, pausePlay: true, start: function(slider){ $('body').removeClass('loading'); } }); }); })(jQuery);