$ (
"#chk1"
).attr (
"checked"
,
''
);
//不打勾
"#chk2"
true
//打勾
if
( $ (
'checked'
) ==undefined )
//判断是否已经打勾
{
}