filmov
tv
javascript - Testing if a checkbox is checked with jQuery

Показать описание
#short
#javascript
#jquery
#checkbox
#jquery-selectors
If the checkbox is checked, then I only need to get the value as 1; otherwise, I need to get it as 0. How do I do this using jQuery?
$("#ans").val() will always give me one right in this case:
input type="checkbox" id="ans" value="1" /
#javascript
#jquery
#checkbox
#jquery-selectors
If the checkbox is checked, then I only need to get the value as 1; otherwise, I need to get it as 0. How do I do this using jQuery?
$("#ans").val() will always give me one right in this case:
input type="checkbox" id="ans" value="1" /