``javascript,$(".tab-title").click(function() {, $(".tab-content").hide();, $(".tab-title").removeClass("active");, $(this).addClass("active");, var index = $(this).index();, $(".tab-cont……