b

DOM 이용 select box 옵션추가삭제

· 18년 전 · 3915

<style>
#list {width:140; height:100px;}
</style>

<script type="text/javascript">
<!--
    var header = {
        input : '',
        sel : '',
        
        init: function()
        {
            this.input = document.getElementById('input_head');
            this.sel = document.getElementById('list');
            var addbtn = document.getElementById('addbtn');
            var delbtn = document.getElementById('delbtn');
            addbtn.onclick = function() {header.addHeader();}
            delbtn.onclick = function() { header.delHeader(); }
            
        },
        addHeader: function()
        {
            var newOpt = document.createElement('option');
            newOpt.text = this.input.value;
            newOpt.value = this.input.value;
            this.sel.add(newOpt);
            this.input.value= '';
        },
        
        delHeader: function()
        {
            this.sel.remove(this.sel.selectedIndex);
        }
    };
//-->
</script>
<div><input type="text" size="20" id="input_head"><button id="addbtn">추가</button></div>
<div><select id="list" size="10"></select></div><button id="delbtn">삭제</button>
<script type="text/javascript">    header.init();</script>
[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
18년 전 조회 2,779
18년 전 조회 3,450
18년 전 조회 2,662
18년 전 조회 3,018
18년 전 조회 6,044
18년 전 조회 2,803
18년 전 조회 2,182
18년 전 조회 2,820
18년 전 조회 1,645
18년 전 조회 9,963
18년 전 조회 4,640
18년 전 조회 3,461
18년 전 조회 1,992
18년 전 조회 3,778
18년 전 조회 2,465
18년 전 조회 3,906
18년 전 조회 5,341
18년 전 조회 3,997
18년 전 조회 2,850
18년 전 조회 3,129
18년 전 조회 2,623
18년 전 조회 2,951
18년 전 조회 2,078
18년 전 조회 3,621
18년 전 조회 2,308
18년 전 조회 2,443
18년 전 조회 2,252
18년 전 조회 3,234
18년 전 조회 2,168
18년 전 조회 2,840
18년 전 조회 4,028
18년 전 조회 4,742
18년 전 조회 2,541
18년 전 조회 3,030
18년 전 조회 4,800
18년 전 조회 2,854
18년 전 조회 2,041
18년 전 조회 3,488
18년 전 조회 3,298
18년 전 조회 4,023
18년 전 조회 2,353
18년 전 조회 2,509
18년 전 조회 1만
18년 전 조회 3,685
18년 전 조회 3,476
18년 전 조회 3,356
18년 전 조회 2,980
18년 전 조회 4,317
18년 전 조회 5,662
18년 전 조회 3,915
18년 전 조회 3,368
18년 전 조회 3,789
18년 전 조회 2,434
18년 전 조회 2,860
18년 전 조회 4,104
18년 전 조회 3,030
18년 전 조회 4,526
18년 전 조회 2,249
18년 전 조회 2,689
18년 전 조회 2,594
18년 전 조회 3,958
18년 전 조회 4,019
18년 전 조회 2,751
18년 전 조회 2,831
18년 전 조회 3,133
18년 전 조회 2,978
18년 전 조회 2,196
18년 전 조회 2,351
18년 전 조회 5,007
18년 전 조회 4,357
18년 전 조회 2,989
18년 전 조회 2,527
18년 전 조회 3,048
18년 전 조회 2,502
18년 전 조회 3,687
18년 전 조회 2,350
18년 전 조회 2,137
18년 전 조회 2,004
18년 전 조회 1,823
18년 전 조회 3,395
18년 전 조회 4,727
18년 전 조회 5,003
18년 전 조회 2,303
18년 전 조회 3,761
18년 전 조회 3,465
18년 전 조회 4,754
18년 전 조회 3,411
18년 전 조회 4,405
18년 전 조회 4,081
18년 전 조회 3,780
18년 전 조회 3,186
18년 전 조회 3,067
18년 전 조회 3,655
18년 전 조회 2,313
18년 전 조회 2,252
18년 전 조회 5,680
18년 전 조회 2,842
18년 전 조회 2,594
18년 전 조회 2,888
18년 전 조회 2,238