/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ // //$(document).ready(function(){ // $('.cart-menu__list li').click(function (e) // { // // e.preventDefault(); // // $(this).parent().find('li.active').removeClass('active'); // $(this).addClass('active'); // // var tab_index = $(this).index(); // // //ukrywam wszystkie divy z trescia // $('.listing-products').hide(); // // //po zakończeniu odkrywam właściwego diva // $('.listing-products').eq(tab_index).css('display', 'flex'); // }); //});