b

DOM 이용 select box 옵션추가삭제

· 18년 전 · 3972

<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,834
18년 전 조회 3,503
18년 전 조회 2,705
18년 전 조회 3,074
18년 전 조회 6,094
18년 전 조회 2,852
18년 전 조회 2,229
18년 전 조회 2,871
18년 전 조회 1,699
18년 전 조회 1만
18년 전 조회 4,689
18년 전 조회 3,513
18년 전 조회 2,042
18년 전 조회 3,828
18년 전 조회 2,509
18년 전 조회 3,955
18년 전 조회 5,384
18년 전 조회 4,046
18년 전 조회 2,910
18년 전 조회 3,183
18년 전 조회 2,676
18년 전 조회 3,003
18년 전 조회 2,123
18년 전 조회 3,672
18년 전 조회 2,359
18년 전 조회 2,495
18년 전 조회 2,302
18년 전 조회 3,278
18년 전 조회 2,219
18년 전 조회 2,893
18년 전 조회 4,078
18년 전 조회 4,796
18년 전 조회 2,597
18년 전 조회 3,083
18년 전 조회 4,842
18년 전 조회 2,909
18년 전 조회 2,088
18년 전 조회 3,544
18년 전 조회 3,351
18년 전 조회 4,067
18년 전 조회 2,414
18년 전 조회 2,560
18년 전 조회 1만
18년 전 조회 3,738
18년 전 조회 3,532
18년 전 조회 3,408
18년 전 조회 3,031
18년 전 조회 4,378
18년 전 조회 5,721
18년 전 조회 3,973
18년 전 조회 3,422
18년 전 조회 3,840
18년 전 조회 2,483
18년 전 조회 2,911
18년 전 조회 4,156
18년 전 조회 3,078
18년 전 조회 4,580
18년 전 조회 2,302
18년 전 조회 2,734
18년 전 조회 2,641
18년 전 조회 4,016
18년 전 조회 4,069
18년 전 조회 2,799
18년 전 조회 2,878
18년 전 조회 3,193
18년 전 조회 3,024
18년 전 조회 2,246
18년 전 조회 2,412
18년 전 조회 5,056
18년 전 조회 4,412
18년 전 조회 3,036
18년 전 조회 2,573
18년 전 조회 3,093
18년 전 조회 2,563
18년 전 조회 3,739
18년 전 조회 2,403
18년 전 조회 2,184
18년 전 조회 2,060
18년 전 조회 1,876
18년 전 조회 3,440
18년 전 조회 4,776
18년 전 조회 5,049
18년 전 조회 2,341
18년 전 조회 3,810
18년 전 조회 3,519
18년 전 조회 4,798
18년 전 조회 3,466
18년 전 조회 4,451
18년 전 조회 4,135
18년 전 조회 3,823
18년 전 조회 3,238
18년 전 조회 3,117
18년 전 조회 3,703
18년 전 조회 2,366
18년 전 조회 2,312
18년 전 조회 5,730
18년 전 조회 2,886
18년 전 조회 2,655
18년 전 조회 2,936
18년 전 조회 2,290