$(".switcher").on("click",".switch-top",function(a){var b=$(this).data("top"),c=$("#top-"+b);$(this).parent().parent().find(".tops").each(function(){$(this).find("div[id^=top]").hide()}),$(this).parent().parent().find(".switcher").each(function(){$(this).find("button").removeClass("active"),console.log($(this))}),$(this).addClass("active"),c.fadeIn()});