html:
CO <
Try this
$("li").click(function(){ $("li").removeClass("active"); $(this).addClass("active"); });
CSS for the new active class is
li.active { background-image: url(../images/btnSelectedTab.png); color: black; }