(function ($) { "use strict"; $(document).on('partdoShopPageInit', function () { partdoThemeModule.woocommercePriceSlider(); }); partdoThemeModule.woocommercePriceSlider = function() { $('.widget_klb_product_categories ul.children').closest('li').addClass("cat-parent"); $(".widget_klb_product_categories ul > li.cat-parent").append(''); $('.widget_klb_product_categories ul.children input[checked]').closest('li.cat-parent').addClass("current-cat"); $(".subDropdown")[0] && $(".subDropdown").on("click", function() { $(this).toggleClass("plus"), $(this).toggleClass("minus"), $(this).parent().find("> ul").slideToggle(); }); } $(document).ready(function() { partdoThemeModule.woocommercePriceSlider(); }); })(jQuery);