b

DOM 이용 select box 옵션추가삭제

· 18년 전 · 3908

<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,775
18년 전 조회 3,448
18년 전 조회 2,656
18년 전 조회 3,008
18년 전 조회 6,038
18년 전 조회 2,796
18년 전 조회 2,174
18년 전 조회 2,811
18년 전 조회 1,639
18년 전 조회 9,959
18년 전 조회 4,633
18년 전 조회 3,457
18년 전 조회 1,987
18년 전 조회 3,772
18년 전 조회 2,459
18년 전 조회 3,897
18년 전 조회 5,333
18년 전 조회 3,991
18년 전 조회 2,841
18년 전 조회 3,126
18년 전 조회 2,615
18년 전 조회 2,946
18년 전 조회 2,076
18년 전 조회 3,615
18년 전 조회 2,303
18년 전 조회 2,437
18년 전 조회 2,248
18년 전 조회 3,228
18년 전 조회 2,160
18년 전 조회 2,831
18년 전 조회 4,020
18년 전 조회 4,737
18년 전 조회 2,532
18년 전 조회 3,025
18년 전 조회 4,795
18년 전 조회 2,851
18년 전 조회 2,036
18년 전 조회 3,484
18년 전 조회 3,286
18년 전 조회 4,017
18년 전 조회 2,349
18년 전 조회 2,506
18년 전 조회 1만
18년 전 조회 3,681
18년 전 조회 3,469
18년 전 조회 3,351
18년 전 조회 2,974
18년 전 조회 4,316
18년 전 조회 5,658
18년 전 조회 3,909
18년 전 조회 3,363
18년 전 조회 3,782
18년 전 조회 2,426
18년 전 조회 2,851
18년 전 조회 4,095
18년 전 조회 3,024
18년 전 조회 4,519
18년 전 조회 2,244
18년 전 조회 2,684
18년 전 조회 2,587
18년 전 조회 3,953
18년 전 조회 4,016
18년 전 조회 2,741
18년 전 조회 2,826
18년 전 조회 3,131
18년 전 조회 2,969
18년 전 조회 2,189
18년 전 조회 2,347
18년 전 조회 4,998
18년 전 조회 4,351
18년 전 조회 2,981
18년 전 조회 2,519
18년 전 조회 3,039
18년 전 조회 2,499
18년 전 조회 3,682
18년 전 조회 2,343
18년 전 조회 2,131
18년 전 조회 2,001
18년 전 조회 1,815
18년 전 조회 3,388
18년 전 조회 4,724
18년 전 조회 4,996
18년 전 조회 2,294
18년 전 조회 3,754
18년 전 조회 3,460
18년 전 조회 4,749
18년 전 조회 3,407
18년 전 조회 4,399
18년 전 조회 4,080
18년 전 조회 3,773
18년 전 조회 3,178
18년 전 조회 3,062
18년 전 조회 3,650
18년 전 조회 2,308
18년 전 조회 2,244
18년 전 조회 5,676
18년 전 조회 2,835
18년 전 조회 2,588
18년 전 조회 2,882
18년 전 조회 2,229