Server IP : 162.213.251.212 / Your IP : 3.145.71.235 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/home/allssztx/./www/PIQTV/wp-content/themes/woodmart/js/scripts/wc/ |
Upload File : |
/* global woodmart_settings */ (function($) { woodmartThemeModule.$document.on('wdShopPageInit', function() { woodmartThemeModule.sortByWidget(); }); woodmartThemeModule.sortByWidget = function() { if (!woodmartThemeModule.$body.hasClass('woodmart-ajax-shop-on') || typeof ($.fn.pjax) == 'undefined') { return; } var $wcOrdering = $('.woocommerce-ordering'); $wcOrdering.on('change', 'select.orderby', function() { var $form = $(this).closest('form'); $form.find('[name="_pjax"]').remove(); $.pjax({ container: '.main-page-wrapper', timeout : woodmart_settings.pjax_timeout, url : '?' + $form.serialize(), scrollTo : false, renderCallback: function(context, html, afterRender) { woodmartThemeModule.removeDuplicatedStylesFromHTML(html, function(html) { context.html(html); afterRender(); woodmartThemeModule.$document.trigger('wdShopPageInit'); woodmartThemeModule.$document.trigger('wood-images-loaded'); }); } }); }); $wcOrdering.on('submit', function(e) { e.preventDefault(e); }); }; $(document).ready(function() { woodmartThemeModule.sortByWidget(); }); window.addEventListener('popstate', function() { woodmartThemeModule.sortByWidget(); }); })(jQuery);