时间:2021-07-01 10:21:17 帮助过:27人阅读
jquery 判断复选框是否选中以及如何选中的问题做一下总结。
进入正题,还是当页面有如下一组复选框的时候:
<input type="checkbox" name="fruit" value="apple">苹果 <input type="checkbox" name="fruit" value="orange">橘子 <input type="checkbox" name="fruit" value="banana">香蕉 <input type="checkbox" name="fruit" value="grape">葡萄
那么使用 Jquery 获取 name=fruit 的一组复选框的值的方法如下:
以上就是jquery判断复选框是否被选中的方法,希望对大家的学习有所帮助,以上就是本章的全部内容,更多相关教程请访问jQuery视频教程!