I have this HTML code:
<label id = "lblID"><input type="checkbox"/> some text here</label>
How can I get the text from the label tag using javascript?
I have this HTML code:
<label id = "lblID"><input type="checkbox"/> some text here</label>
How can I get the text from the label tag using javascript?