$('h2').each(function() { var word = $(this).html(); var index = word.indexOf(' '); if(index == -1) { index = word.length; } $(this).html('' + word.substring(0, index) + '' + word.substring(index, word.length)); });

Thank you so much for the reading! I have new energy to focus on my spiritual connection and journey.

Rhonda