File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/slide-control.min.js.tar
httpdocs/wp-content/plugins/so-widgets-bundle/widgets/layout-slider/js/slide-control.min.js 0000644 00000000704 15154772704 0034541 0 ustar 00 var/www/vhosts/uyarreklam.com.tr jQuery((function(e){e(".sow-slide-control").on("click",(function(s){var l=e(this),c=l.parents(".sow-slider-images");if(slideValue=l.attr("href").substr(1),s.preventDefault(),isNaN(slideValue))switch(slideValue){case"first":c.cycle("goto",0);break;case"last":c.cycle("goto",c.find(".sow-slider-image:not(.cycle-sentinel)").length-1);break;case"next":c.cycle("next");break;case"previous":c.cycle("prev")}else c.cycle("goto",Math.abs(slideValue-1))}))}));