$.each(_this.text().split(' '),function(i,val){ if($.trim(val).length > 0) { _swap.append('<span class="textnode">' + val + '</span>'); } });