Server IP : 103.118.17.23 / Your IP : 216.73.216.188 Web Server : Microsoft-IIS/10.0 System : Windows NT RESELLERPLESK22 10.0 build 20348 (Windows Server 2016) AMD64 User : IWAM_plesk(default) ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : E:/Inetpub/vhosts/mesa.org.in/httpdocs/js/trigger/slider/wow-slider/ |
Upload File : |
;(function($){ "use strict"; $(document).ready(function() { var enable_wow_slider = function( content ){ var elements = content.find('.th-wowslider'); if(elements && elements.length && (typeof($.fn.wowSlider) != 'undefined') ){ $.each(elements, function(i, e){ var self = $(e); self.wowSlider({ effect: self.attr('data-transition'), duration:900, delay: parseInt(self.is('[data-timeout]') ? self.attr('data-timeout') : 3000), width:1170, height:470, cols:6, autoPlay: self.is('[data-autoplay]') && self.attr('data-autoplay') == 'true' ? true : false , stopOnHover:true, loop:true, bullets:true, caption:true, controls:true, captionEffect:"slide", images:0, onStep: function(){ self.addClass('transitioning'); setTimeout(function(){ self.removeClass('transitioning'); }, 1400); } }); }); } }; var wow_slider = $('.wowslider-container'); if(wow_slider){ enable_wow_slider( wow_slider ); } });// end of document ready })(jQuery);