wordpress/php-fpm/wordpress_files/themes/hero/js/jquery.custom.js
2020-05-22 01:40:23 +00:00

18 lines
379 B
JavaScript

/*-----------------------------------------------------------------------------------
Custom JS - All front-end jQuery
-----------------------------------------------------------------------------------*/
jQuery(window).load(function() {
jQuery('.flexslider').flexslider( {
directionNav: true,
controlNav: false,
animationLoop: true
});
});