Javascript 셀렉트 박스 값 초기화 함수 카푸타치오 2007. 9. 20. 10:26 /* 셀렉트 박스 값 초기화 함수 */ function clearSelectBox(selectBox) { if (null == selectBox || null == selectBox.options) { return; } var length = selectBox.options.length; for (var index=0;index<length ;index++){ selectBox.options.remove(0); } } 공유하기 게시글 관리 카푸네집 'Javascript' Related Articles Select Box Option 위 아래 이동 셀렉트 박스 새로운 값 입력 JavaScript Javascript Event.Keycode