Web/Javascript

[jQuery] checkbox checked 를 unchecked 만들기

saltdoll 2013. 7. 23. 09:54
반응형

라디오 상자를 초기화 하는 것입니다.

$("input[type=radio]",frm).removeAttr("checked");

$('input[name=foo]').removeAttr('checked')



참고자료: http://www.electrictoolbox.com/check-uncheck-checkbox-jquery/

반응형
도움이 되셨다면 하트모양의 "♡ 공감"을 눌러주시면 큰 격려가 됩니다.
(로그인하지 않으셔도 가능)