반응형

if ($("#MYCHECKBOX").is(":checked") == false) {
   alert("선택해 주세요.");
   $("#MYCHECKBOX").focus();
   return false;
}

반응형
Posted by Hippalus
,