If the checkbox is checked, then I only need to get the value as 1;(如果选中该复选框,那么我只需要将值设为1;)
otherwise, I need to get it as 0. How do I do this using jQuery?(否则,我需要将其设为0.如何使用jQuery执行此操作?)
$("#ans").val()
will always give me one right in this case:($("#ans").val()
在这种情况下总是给我一个权利:)
<input type="checkbox" id="ans" value="1" />
ask by Rajeev translate from so
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…