b

DOM 이용 select box 옵션추가삭제

· 18년 전 · 3975

<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,836
18년 전 조회 3,507
18년 전 조회 2,706
18년 전 조회 3,075
18년 전 조회 6,097
18년 전 조회 2,854
18년 전 조회 2,231
18년 전 조회 2,874
18년 전 조회 1,702
18년 전 조회 1만
18년 전 조회 4,695
18년 전 조회 3,514
18년 전 조회 2,048
18년 전 조회 3,831
18년 전 조회 2,512
18년 전 조회 3,959
18년 전 조회 5,386
18년 전 조회 4,049
18년 전 조회 2,913
18년 전 조회 3,187
18년 전 조회 2,680
18년 전 조회 3,004
18년 전 조회 2,125
18년 전 조회 3,676
18년 전 조회 2,360
18년 전 조회 2,497
18년 전 조회 2,305
18년 전 조회 3,280
18년 전 조회 2,221
18년 전 조회 2,897
18년 전 조회 4,081
18년 전 조회 4,801
18년 전 조회 2,601
18년 전 조회 3,086
18년 전 조회 4,845
18년 전 조회 2,914
18년 전 조회 2,089
18년 전 조회 3,547
18년 전 조회 3,352
18년 전 조회 4,069
18년 전 조회 2,415
18년 전 조회 2,562
18년 전 조회 1만
18년 전 조회 3,742
18년 전 조회 3,535
18년 전 조회 3,410
18년 전 조회 3,035
18년 전 조회 4,382
18년 전 조회 5,724
18년 전 조회 3,975
18년 전 조회 3,423
18년 전 조회 3,843
18년 전 조회 2,485
18년 전 조회 2,914
18년 전 조회 4,160
18년 전 조회 3,080
18년 전 조회 4,584
18년 전 조회 2,304
18년 전 조회 2,737
18년 전 조회 2,643
18년 전 조회 4,020
18년 전 조회 4,070
18년 전 조회 2,802
18년 전 조회 2,883
18년 전 조회 3,195
18년 전 조회 3,025
18년 전 조회 2,249
18년 전 조회 2,414
18년 전 조회 5,060
18년 전 조회 4,416
18년 전 조회 3,040
18년 전 조회 2,578
18년 전 조회 3,096
18년 전 조회 2,565
18년 전 조회 3,743
18년 전 조회 2,405
18년 전 조회 2,186
18년 전 조회 2,063
18년 전 조회 1,879
18년 전 조회 3,444
18년 전 조회 4,780
18년 전 조회 5,051
18년 전 조회 2,345
18년 전 조회 3,812
18년 전 조회 3,523
18년 전 조회 4,800
18년 전 조회 3,468
18년 전 조회 4,455
18년 전 조회 4,137
18년 전 조회 3,825
18년 전 조회 3,239
18년 전 조회 3,118
18년 전 조회 3,707
18년 전 조회 2,368
18년 전 조회 2,314
18년 전 조회 5,735
18년 전 조회 2,888
18년 전 조회 2,657
18년 전 조회 2,939
18년 전 조회 2,293