$('.aboutUsHeader').each(function(){ var me = $(this) , t = me.text().split(' '); me.html( t.shift()+" "+ '<strong>'+t.join(' ')+'</strong> ' ); });