Guys, please help, the second day I suffer here http://test2.posh.pro domain where the layout, trabla in the tabs New products Popular goods and Seasonal goods, made a script that allows you to click on these tabs all okay, but when you click on what then another taboo, in the slider heresy some kind of layout code is displayed
Jquery script code
$("#carousel").children().not(":first").hide(); $(".mini-menu .primary-tab").click(function() { $(".mini-menu .primary-tab").removeClass("active").eq($(this).index()).addClass("active"); $("#carousel").children().hide().eq($(this).index()).fadeIn() }).eq(0).addClass("active");