Reputation: 1984
Is there any way that I can get "Enable Recruiters to directly contact me" in Javascript or JQuery when the checkbox checked?
I know I can get the value easily, but how about the text beside that which can be in a lable?
<input type="checkbox" name="rec" id="rec" value="ON"><label for='rec'>Enable Recruiters to directly contact me</label>
Please let me know if you need more clarification!
Upvotes: 0
Views: 239