$('#menu a span').click(function(event){ $('#menu').find('.button_fixed').removeClass('button_fixed') $(this).addClass('button_fixed') })