$(function () { $(".tab").on("click",function () { $(this).addclass("hover").siblings().removeclass("hover"); $(".area").addclass("hide").eq($(this).index()).removeclass("hide"); }) });