$("ul li").click(function () { $("#" + this.id).addClass("selected").siblings().removeClass("selected"); });