$(this).replaceWith('<span>' + $(this).html() + '</span>');
$(this).replaceWith('<span>' + $(this).text() + '</span>');