var len=$("input[type=checkbox]:checked()");if(len.length>0){alert("有选中");}else{alert("没有选中");}
if($("#id").attr("checked")==true