(function ($) { $('.flexslider').each(function () { var $this = $(this), dataAnimation = $this.data('animation'), dataSpeed = $this.data('speed'); $this.flexslider({ animation: dataAnimation, slideshowSpeed: dataSpeed, controlNav: true, directionNav: false, animationLoop: false, slideshow: true, prevText: "", nextText: "", }); }); }(jQuery));