Your IP : 216.73.216.95


Current Path : /var/test/www/ooareogundevinitiative/wp-content/themes/pain/assets/js/
Upload File :
Current File : /var/test/www/ooareogundevinitiative/wp-content/themes/pain/assets/js/start-js-flex.js

!(function($){
	"use strict";
	jQuery(document).ready(function($) {
			function jwsthemeTestimonialSlider() {
			$(window).load(function() {
                  // The slider being synced must be initialized first
                  $('#thmbnail-img').flexslider({
                    animation: "slide",
                    controlNav: false,
                    animationLoop: false,
                    slideshow: false,
                    itemWidth: 130,
                    itemMargin: 145,
                    asNavFor: '#content'
                  });
                  $('#content').flexslider({
                    animation: "slide",
                    controlNav: true,
                    animationLoop: false,
                    slideshow: false,
                    sync: "#thmbnail-img"
                  });
            });
		}
		jwsthemeTestimonialSlider();
	});
})(jQuery);