Repeater 안에 RadioButton을 넣을 경우.. 실행해보면 다 따로논다. GroupName을 줘도 따로논다. 리피터를 실행 후 소스보기를 클릭해서 보면 각 Row마다 앞에 있는 ctl101.. ctl102.. 이렇게 증가되어 있다. 해결방법은 아래와같이 function SetUniqueRadioButton(nameregex, current) { re = new RegExp(nameregex); for (i = 0; i < document.forms[0].elements.length; i++) { elm = document.forms[0].elements[i] if (elm.type == 'radio') { if (re.test(elm.name)) { elm.checked = false; } }..
radio 선택된 값 가져오기 To select a set of associated radio buttons, you might use: $('input[name=gender]:radio') 실사용 var radiovalue = $('input[name=라디오버튼네임]:checked').val() radio의 value값으로 선택하기 $("input[@name=rList]").filter('input[@value='+sValue+']').attr("checked", "checked"); if($("input[name=telcom]:radio:checked").length == 0){ alert('선택해주세요'); } jQuery 를 이용하여 radio 버튼의 check된 value 알아오기제이쿼리를 이용..
- Total
- Today
- Yesterday
- rowspan
- json
- drag&drop
- css3
- Style
- radius
- IE
- 저장프로시저
- workbook
- 자바스크립트
- ASP.NET
- WebApi
- JS
- MSSQL
- CSS
- 셀렉터
- jQuery Mobile
- JavaScript
- 프로시저
- WCF
- 제이쿼리
- Excel
- Chart
- jquery chart
- jQuery
- html5
- Mobile
- SVG
- Ajax
- grid
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |