본문 바로가기

Programming/Jsp

radio checked


if($("input[name='radio']").is(":checked")){

params += "&radio=1";

}else{

params += "&radio=0";

}