jquery get text content not including elements code example
Example: js get innertext minus the span text
document.getElementById("listItem").childNodes[0].nodeValue;
document.getElementById("listItem").childNodes[0].nodeValue;