radio, select readonly 설정

jsp 2019. 11. 14. 10:43

라디오 버튼

$("input[name='gubun']").attr("onclick", "return(false);");

 

콤보 박스
$("select[name='workCd']").attr("onfocus", "this.initialSelect = this.selectedIndex;");
$("select[name='workCd']").attr("onchange", "this.selectedIndex = this.initialSelect;");

'jsp' 카테고리의 다른 글

jsp 용량 초과  (0) 2019.06.05
select box disabled 효과  (0) 2019.03.12
할인율 구하기  (0) 2019.02.25
script 년, 월, 일 차이 구하기  (0) 2018.10.17
dynatree 새로고침  (0) 2018.03.05
Posted by 우주정복☆
,