Using jQuery. I have the following html:
All the world
How w
Try using the DOM function .nextSibling to pick the next node (including the text nodes) and use nodeValue to get the text All the world
.nextSibling
nodeValue
$(':checkbox')[0].nextSibling.nodeValue