> 셀렉트 된 엘레먼트(체크박스)의 속성을 체크로 변경$(
'input[name=foo]'
).attr(
'checked'
,
true
);>
$(
).is(
':checked'
)