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 |
Tags
- COC
- maven
- GEventEvaluator
- SVN
- @SqlResultSetMapping
- java tip
- Drools Fusion
- Hudson
- guvnor
- JBoss Seam
- Spring
- jquery
- bootstrap jquery datepicker
- jstl
- custom filter
- querydsl
- spring security
- drools
- zabbix
- gwt-ext
- CEP
- gwt
- MySQL
- rember me
- JPA
- jenkins
- jquery serialize
- ibatis
- spring jpa
- spring transaction
Archives
- Today
- Total
봉 블로그
jquery checkbox 전체 선택 본문
데이타 목록에서 전체 선택을 클릭하면 하위 checkbox 가 모두 선택 또는 해제 되는 jquery 코드.
정말 jquery 넘 조아...^^
$("#isChk").click(function(){ $("input[name='chk_sel'].REQ").attr("checked", $(this).is(":checked")); });이걸 전통 javascript 트로 구현하려면 한 10여줄이 필요했었는데...
정말 jquery 넘 조아...^^