Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 30 |
Tags
- Oracle
- oracle not exists
- M480
- 링크
- Modeling
- DATABASE
- html
- javascript
- 검색
- 오라클
- error
- 다운로드
- 10g
- java
- input box
- update
- 이클립스
- iTunes
- SELECT UPDATE
- jquery
- 개발자
- Download
- 태그를 입력해 주세요.
- 미라지
- 2NE1
- eclipse
- jqeury
- oracle not in
- 한글
- 설치
Archives
- Today
- Total
목록select box (1)
not set
jQuery로 select box 및 check box의 값 가져오는 방법
jQuery로 select box의 선택된 값 읽어오기 $('#sel_box option:selected').val(); jQuery로 select box의 선택된 내용 읽어오기 $('#sel_box option:selected').text(); checkbox 선택된 값 가져오기(radio) $("input[name=rList][checked]").val() checkbox의 value값으로 선택하기(radio) $("input[name=rList]").filter('input[value='+sValue+']').attr("checked", "checked"); select box 선택된 값 가져오기 $("#ddl > option:selected").val(); select box의 value값으로 선..
javascript/jQuery
2012. 1. 17. 18:21