PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
medifides
/
wp-content
/
themes
/
redbiz
/
js
/** * flexslider_img_woo * quantity_adjust */ ;(function($) { 'use strict' var flexslider_img_woo = function() { if ($('.themesflat-slider .slides').data('gallery_image_product') === true) { $(window).load(function() { $('.themesflat-slider').flexslider({ animation: "slide", controlNav: "thumbnails", nextText: '<i class="fa fa-angle-right" aria-hidden="true"></i>', prevText: '<i class="fa fa-angle-left" aria-hidden="true"></i>' }); }); } }; var quantity_adjust = function() { $( 'body' ).on( 'click', '.quantity .plus', function( e ) { var $input = $( this ).parent().parent().find( 'input' ); $input.val( parseInt( $input.val() ) + 1 ); $input.trigger( 'change' ); }); $( 'body' ).on( 'click', '.quantity .minus', function( e ) { var $input = $( this ).parent().parent().find( 'input' ); var value = parseInt( $input.val() ) - 1; if ( value < 0 ) value = 0; $input.val( value ); $input.trigger( 'change' ); }); }; // Dom Ready $(function() { flexslider_img_woo(); quantity_adjust(); }); })(jQuery);
[-] countdown.js
[open]
[-] jquery.cookie.js
[open]
[-] html5shiv.js
[open]
[-] jquery.flexslider-min.js
[open]
[-] parallax.js
[open]
[-] jquery.magnific-popup.min.js
[open]
[-] headline.js
[open]
[-] respond.min.js
[open]
[+]
..
[-] owl.carousel.js
[open]
[-] themesflat-upload-image.js
[open]
[-] matchMedia.js
[open]
[-] alpha-color-picker.js
[open]
[-] jquery.isotope.min.js
[open]
[-] main.js
[open]
[-] shop-woocommerce.js
[open]
[-] gmap3.min.js
[open]
[+]
admin
[-] jquery-waypoints.js
[open]
[-] smoothscroll.js
[open]
[-] jquery.easing.js
[open]
[-] jquery.fitvids.js
[open]