div.contents().filter(function() { return this.nodeType === 3 && $.trim(this.nodeValue) !== ''; }) .wrap('<span/>');