$("input[type='checkbox']").attr('value')
返回结果:5
$("input[type='checkbox']").is(':checked')
返回结果:选中=true,未选中=false
$("#chkisaudit[type='checkbox']").is(':checked')
更多信息请查看IT技术专栏