PATH:
home
/
cuisinesj
/
www
/
new
/
wp-content
/
plugins
/
woocommerce
/
assets
/
js
/
frontend
/* global Cookies */ jQuery( function( $ ) { // Orderby $( '.woocommerce-ordering' ).on( 'change', 'select.orderby', function() { $( this ).closest( 'form' ).submit(); }); // Target quantity inputs on product pages $( 'input.qty:not(.product-quantity input.qty)' ).each( function() { var min = parseFloat( $( this ).attr( 'min' ) ); if ( min >= 0 && parseFloat( $( this ).val() ) < min ) { $( this ).val( min ); } }); // Set a cookie and hide the store notice when the dismiss button is clicked jQuery( '.woocommerce-store-notice__dismiss-link' ).click( function() { Cookies.set( 'store_notice', 'hidden', { path: '/' } ); jQuery( '.woocommerce-store-notice' ).hide(); }); // Check the value of that cookie and show/hide the notice accordingly if ( 'hidden' === Cookies.get( 'store_notice' ) ) { jQuery( '.woocommerce-store-notice' ).hide(); } else { jQuery( '.woocommerce-store-notice' ).show(); } });
[+]
..
[-] add-to-cart.min.js
[edit]
[-] password-strength-meter.js
[edit]
[-] checkout.js
[edit]
[-] price-slider.min.js
[edit]
[-] credit-card-form.js
[edit]
[-] add-payment-method.min.js
[edit]
[-] tokenization-form.min.js
[edit]
[-] price-slider.js
[edit]
[-] woocommerce.min.js
[edit]
[-] country-select.min.js
[edit]
[-] add-to-cart.js
[edit]
[-] cart-fragments.min.js
[edit]
[-] geolocation.min.js
[edit]
[-] cart-fragments.js
[edit]
[-] password-strength-meter.min.js
[edit]
[-] geolocation.js
[edit]
[-] single-product.min.js
[edit]
[-] credit-card-form.min.js
[edit]
[-] lost-password.min.js
[edit]
[-] single-product.js
[edit]
[-] woocommerce.js
[edit]
[-] add-to-cart-variation.min.js
[edit]
[-] lost-password.js
[edit]
[-] address-i18n.js
[edit]
[-] cart.js
[edit]
[-] checkout.min.js
[edit]
[-] add-payment-method.js
[edit]
[-] address-i18n.min.js
[edit]
[-] country-select.js
[edit]
[-] add-to-cart-variation.js
[edit]
[-] cart.min.js
[edit]
[-] tokenization-form.js
[edit]