jQuery checkbox获取选中状态
let check=$(this).is(':checked')
console.log(check); // true /false
注意通过form表单序列化并不能获取选中状态
原创文章,作者:1402239773,如若转载,请注明出处:https://blog.ytso.com/tech/pnotes/243589.html
jQuery checkbox获取选中状态
let check=$(this).is(':checked')
console.log(check); // true /false
注意通过form表单序列化并不能获取选中状态
原创文章,作者:1402239773,如若转载,请注明出处:https://blog.ytso.com/tech/pnotes/243589.html