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
- jquery
- 태그를 입력해 주세요.
- oracle not exists
- 다운로드
- 개발자
- input box
- M480
- Modeling
- 링크
- 검색
- iTunes
- oracle not in
- 이클립스
- DATABASE
- 2NE1
- 한글
- jqeury
- eclipse
- update
- javascript
- 설치
- Oracle
- html
- SELECT UPDATE
- error
- Download
- 10g
- 오라클
- 미라지
- java
Archives
- Today
- Total
목록값 얻어오는 방법 (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