Rodomantsev
12/22/2015 - 7:43 AM

strong:: not first word

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