<div id="divId" class="divTable">
<div class="tableBody">
<ul ><li ><input type="checkbox" value="5" id="chkisaudit"></li></ul>
</div>
</div>
$("input[type='checkbox']").attr('value')
返回结果:5
$("input[type='checkbox']").is(':checked')
返回结果:选中=true,未选中=false
$("#chkisaudit[type='checkbox']").is(':checked')
返回结果:选中=true,未选中=false
中国足彩网信息请查看IT技术专栏