$( function() { $("#test li").click(function(){ $("#test li").removeClass("center"); $(this).addClass("center"); })});