Friday, 27 September 2013

Check checkbox by clicking other button

Check checkbox by clicking other button

I'm trying to check a checkbox by clicking the button next to it.
<p class="label">NSFW?: </p><br />
<p><input id="cb" type="checkbox" name="nsfw" />
<span id="nsfwbtn" class="btn btn-danger" rel="tooltip" title="Not
Safe For Work (18+)" >
This image is not safe for work. </span>
</p>
JSFiddle: http://jsfiddle.net/PGCYX/

No comments:

Post a Comment