Using JQuery, is there a simple way to select the text immediately after a checkbox?
<li>bleh..</li>
<li>
<input type="checkbox" id="cbx1" value="10" /> Very important text.
</li>
<li>bleh..</li>
I want to use jquery to select that "Very important text." minus