RSS구독하기:SUBSCRIBE TO RSS FEED
즐겨찾기추가:ADD FAVORITE
글쓰기:POST
관리자:ADMINISTRATOR

선택한 option 엘리먼트의 text와 value를 추출하기 위한 두 가지 형태의 DOM 스크립트 작성 방법을 비교하여 최적의 방법을 생각해 보고자 합니다.


--- 방법: 1   ---------------------

for (m = 0; m < pointFileSplit.length; m++) {
    var pointCount = m.toString(10);
    var optionID = "opt" + pointCount;
    var optionCheck = document.getElementById (optionID);

    if (optionCheck.selected == true {  //option을 선택하면 true

        var selectValue = optionCheck.value;

        var selectText = optionCheck.text;

    }

}

--- 방법: 2   ---------------------

var selectElement = document.getElementById("selectID");

var selectValue = selectElement.value;
var selectText = selectElement.options[selectElement.selectedIndex].text;

----------------------------------

 

상기 두 가지 코딩 방법에서 아래의 코딩 방법이 간단하게 option의 value, text를 추출할 수 있다.

아래의 코딩 방법을 제공해준 ccomeng25님에게 감사 드립니다.


다른 방법을 갖고 계시면 덧글을 달아 주시기 바랍니다.

2007/10/30 14:32 2007/10/30 14:32
http://www.x2chi.com/trackback/124
amputee girl leg  | 2008/03/13 05:59
이 위치는 유익한뿐 아니라 재미있는다!
att deal phone wireless  | 2008/03/14 05:01
너는 차가운 위치를 만들었다!
x2chi:Leading the Web to its Full Potential...
(웹의 모든 잠재력을 이끌어 내기 위하여...)
Leading the Web to its Full Potential... (웹의 모든 잠재력을 이끌어 내기 위하여...)
전체 (832)
내 이야기 (443)
관심거리들 (159)
웹&컴퓨팅 (173)
(주) 프로홈 (19)
건강 (7)
«   2012/02   »
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29      
  1. buy carisoprodol online  20:32
    Rsd or produced it in photography. , https://w...
  2. 350mg carisoprodol  20:32
    Because they may act at the level of the cortex...
  3. soma info  20:32
    The intimates houston falls returned in the hu...
  4. soma pill identification  19:59
    and sore throat. Other severe side effects incl...
  5. ingrediants in soma  19:59
    Bernard rollin differs that quantities to direc...
  1. x2chi's me2day  2011
    슈퍼스타의 생각
  2. x2chi's me2day  2011
    슈퍼스타의 생각
  3. x2chi's me2day  2011
    슈퍼스타의 생각
  4. x2chi's me2day  2010
    슈퍼스타의 생각
  5. x2chi's me2day  2010
    슈퍼스타의 생각
  1. 2012/01 (1)
  2. 2011/10 (1)
  3. 2011/09 (9)
  4. 2011/08 (16)
  5. 2011/07 (10)