jQuery(document).ready(function($){ $('.product-categories .cat-parent > a').click(function(e){ e.preventDefault(); $(this).siblings('.children').slideToggle(); }); }); jQuery(document).ready(function($){$('.widget_product_categories .current-cat > a').on('click', function(e){ e.preventDefault();window.location.href = '/'; });});