1. 선택한 텍스트 가져오기:
$("#cusChildTypeId").find("option:selected").text();
$("#cusChildTypeId 옵션: selected").text()
2. 선택한 값 가져오기:
$("#ddlRegType ").val();
3. 선택한 인덱스 가져오기:
$("#ddlRegType ").get(0).selectedIndex;
4 선택 항목 수 가져오기
$("#cusChildTypeId").get(0).options.length
5. 선택한 인덱스 선택 설정:
$("#cusChildTypeId") .get(0 ).selectedIndex=index;//index는 인덱스 값입니다
6. 선택한 값을 설정합니다:
$("#cusChildTypeId").attr(" value"," 일반");
$("#cusChildTypeId").val("일반");
$("#cusChildTypeId").get(0).value = "일반";
7. 선택한 텍스트 선택 설정:
1>.var count=$("#cusChildTypeId").get(0).options.length;
for(var i=0;i< ;count;i )
cusChildTypeId").get(0).options.selected = true;
휴식;
2>.$("#cusChildTypeId").val(text);
$("#cusChildTypeId").change();
8. 표시 내용은 텍스트이고 값은 값입니다
$("#cusChildTypeId").get(0).options.add(new Option(text,value));
9. select
var count = $("#cusChildTypeId").size();
for(var i=0;i
}
}
10. 선택 취소:
.empty ();
2> $("#cusChildTypeId").get(0).options.length = 0