일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- ibsheet
- sencha touch
- rowspan
- 가우스
- MFC
- appspresso
- Spring
- swingx
- jQuery
- GPS
- MySQL
- phonegap
- Ajax
- 전자정부프레임워크
- WebLogic
- iBATIS
- node.js
- Struts
- Android
- Eclipse
- dock
- Google Map
- jsr 296
- 선택적조인
- oracle
- tomcat
- PHP
- PLSQL
- JSON
- JDOM
Archives
- Today
- Total
목록select (1)
Where The Streets Have No Name
jQuery select box
출처: http://ultteky.egloos.com/10420749 jQuery로 선택된 값 읽기 $("#select_box option:selected").val(); $("select[name=name]").val(); jQuery로 선택된 내용 읽기 $("#select_box option:selected").text(); 선택된 위치 var index = $("#test option").index($("#test option:selected")); ------------------------------------------------------------------- // Add options to the end of a select $("#myselect").append("Apples"); $(..
Developement/Web
2012. 1. 5. 14:28