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