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-owl.js

!(function($){
	"use strict";
	jQuery(document).ready(function($) {
		//Back top
		function JWSstartowl() {
		  if ($('.tbdonations_slider_wrap .owl-carousel').children().length > 1) {
			$('.tbdonations_slider_wrap .owl-carousel').owlCarousel({
				items: 1,
				loop:true,
				smartSpeed: 1000,
				margin:30,
				nav: false,
                autoplay:true,
                autoplayTimeout:6000,
                autoplayHoverPause:true,
				//navText:['<i class="icon-arrow-left"></i>', '<i class="icon-arrow-right"></i>'],
				dots:true
			});
		}
        }
		JWSstartowl();
	});
})(jQuery);