PATH:
home
/
lab2454c
/
gemition.com
/
wp-content
/
plugins
/
woocommerce
/
legacy
/
js
/
admin
jQuery( function ( $ ) { // Run tipTip function runTipTip() { // Remove any lingering tooltips $( '#tiptip_holder' ).removeAttr( 'style' ); $( '#tiptip_arrow' ).removeAttr( 'style' ); $( '.tips' ).tipTip({ 'attribute': 'data-tip', 'fadeIn': 50, 'fadeOut': 50, 'delay': 200, 'keepAlive': true }); } runTipTip(); $( '.wc-metaboxes-wrapper' ).on( 'click', '.wc-metabox > h3', function() { var metabox = $( this ).parent( '.wc-metabox' ); if ( metabox.hasClass( 'closed' ) ) { metabox.removeClass( 'closed' ); } else { metabox.addClass( 'closed' ); } if ( metabox.hasClass( 'open' ) ) { metabox.removeClass( 'open' ); } else { metabox.addClass( 'open' ); } }); // Tabbed Panels $( document.body ).on( 'wc-init-tabbed-panels', function() { $( 'ul.wc-tabs' ).show(); $( 'ul.wc-tabs a' ).on( 'click', function( e ) { e.preventDefault(); var panel_wrap = $( this ).closest( 'div.panel-wrap' ); $( 'ul.wc-tabs li', panel_wrap ).removeClass( 'active' ); $( this ).parent().addClass( 'active' ); $( 'div.panel', panel_wrap ).hide(); $( $( this ).attr( 'href' ) ).show(); }); $( 'div.panel-wrap' ).each( function() { $( this ).find( 'ul.wc-tabs li' ).eq( 0 ).find( 'a' ).trigger( 'click' ); }); }).trigger( 'wc-init-tabbed-panels' ); // Date Picker $( document.body ).on( 'wc-init-datepickers', function() { $( '.date-picker-field, .date-picker' ).datepicker({ dateFormat: 'yy-mm-dd', numberOfMonths: 1, showButtonPanel: true }); }).trigger( 'wc-init-datepickers' ); // Meta-Boxes - Open/close $( '.wc-metaboxes-wrapper' ).on( 'click', '.wc-metabox h3', function( event ) { // If the user clicks on some form input inside the h3, like a select list (for variations), the box should not be toggled if ( $( event.target ).filter( ':input, option, .sort' ).length ) { return; } $( this ).next( '.wc-metabox-content' ).stop().slideToggle(); }) .on( 'click', '.expand_all', function() { $( this ).closest( '.wc-metaboxes-wrapper' ).find( '.wc-metabox > .wc-metabox-content' ).show(); return false; }) .on( 'click', '.close_all', function() { $( this ).closest( '.wc-metaboxes-wrapper' ).find( '.wc-metabox > .wc-metabox-content' ).hide(); return false; }); $( '.wc-metabox.closed' ).each( function() { $( this ).find( '.wc-metabox-content' ).hide(); }); });
[-] meta-boxes-product-variation.js
[edit]
[-] reports.js
[edit]
[-] system-status.js
[edit]
[-] wc-enhanced-select.js
[edit]
[-] woocommerce_admin.js
[edit]
[+]
..
[-] meta-boxes.js
[edit]
[-] api-keys.js
[edit]
[-] backbone-modal.js
[edit]
[-] wc-shipping-zones.js
[edit]
[-] wc-shipping-zone-methods.js
[edit]
[-] wc-clipboard.js
[edit]
[-] meta-boxes-order.js
[edit]
[-] wc-product-export.js
[edit]
[-] quick-edit.js
[edit]
[-] settings.js
[edit]
[-] settings-views-html-settings-tax.js
[edit]
[-] wc-orders.js
[edit]
[-] users.js
[edit]
[-] marketplace-suggestions.js
[edit]
[-] product-ordering.js
[edit]
[-] wc-product-import.js
[edit]
[-] meta-boxes-product.js
[edit]
[-] network-orders.js
[edit]
[-] wc-setup.js
[edit]
[-] term-ordering.js
[edit]
[-] meta-boxes-coupon.js
[edit]
[-] wc-shipping-classes.js
[edit]
[-] wc-status-widget.js
[edit]