// removes only text, no changes to children $('#YourDivId').contents().filter((_, el) => el.nodeType === 3).remove();