Digital Creations by Nusom & Wilde

$('.text').html(function(i, html) { var chars = $.trim(html).split(""); return '' + chars.join('') + ''; });