$('.tabs a').click(function(){ var this = $(this); this.parent().find('a').removeClass('active'); this.addClass('active'); });