Server IP : 162.0.217.223 / Your IP : 216.73.216.150 Web Server : LiteSpeed System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : mypckeys ( 1539) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mypckeys/backup/msckey.com/wp-content/themes/woodmart/js/scripts/wc/ |
Upload File : |
/* global woodmart_settings */ (function($) { woodmartThemeModule.$document.on('wdShopPageInit wdArrowsLoadProducts wdLoadMoreLoadProducts wdProductsTabsLoaded wdSearchFullScreenContentLoaded wdRecentlyViewedProductLoaded wdQuickViewOpen', function () { woodmartThemeModule.swatchesLimit(); }); woodmartThemeModule.swatchesLimit = function() { $('.wd-swatch-divider, .wd-product .wd-swatches-product:not(.wd-all-shown) .wd-swatch').on('click', function() { var $this = $(this).parent(); if ( $this.parents('.wd-swatches-single').length || $this.hasClass('wd-swatches-single') ) { var $form = $this.parents('.variations_form'); $form.find('.wd-swatches-single').removeClass('wd-swatches-limited').addClass('wd-all-shown'); $form.find('.wd-swatch').removeClass('wd-hidden'); } else { $this.addClass('wd-all-shown'); $this.find('.wd-swatch').removeClass('wd-hidden'); } if ( $this.parents('.wd-products.grid-masonry').length && 'undefined' !== typeof ($.fn.isotope) ) { $this.parents('.wd-products.grid-masonry').isotope('layout'); } woodmartThemeModule.$document.trigger('wood-images-loaded'); }); }; $(document).ready(function() { woodmartThemeModule.swatchesLimit(); }); })(jQuery);