$('.second_team').each(function(){ switch (this.innerHTML) { case 'text 1': this.id='primer'; break; case 'text 2': this.id='primer 6'; break; case 'text 5': this.id='primer 14'; break; } });