CheckBox

프로그래밍/Script

[jQuery] Checkbox 컨트롤 (체크, 체크여부, 전체체크 등)

1. CheckBox 체크 $('#ckBox').prop('checked',true); $('input:checkbox[name="네임"]').prop('checked',true); 첫 번째 라인과 같이 체크박스의 id를 지정해서 체크하여도 되고, 두 번째 라인과 같이 name, id 등을 선택하여 체크할 수 있다. true로 설정하면 체크가 되고, false로 설정하면 체크가 해제 된다. 2. CheckBox 체크여부 확인 $('#ckBox').is(':checked'); .is(':checked') 를 이용하여 체크되어 있는지 아닌지를 알 수 있다. (true : 체크되어 있음, false : 체크되어 있지 않음) 3. CheckBox 전체 체크 전체 테스트1 테스트2 테스트3 위와 같은 checkb..

프로그래밍/Style & Design

[CSS]Checkbox.css: Tiny animations for your checkboxes

Checkbox.css: Tiny animations for your checkboxes Checkbox.css is a tiny set of CSS3 animations just for your checkboxes. It’s super easy to use and includes a number of fun animations to suit your purposes. Homepage: https://720kb.github.io/checkbox.css/ GitHub: https://github.com/720kb/checkbox.css .

프로그래밍/Script

[WEB] iCheck — Customized checkboxes and radio buttons

http://damirfoy.com/iCheck/ Homepage: http://damirfoy.com/iCheck/ GitHub: https://github.com/damirfoy/iCheck/ iCheck lets you create highly customized checkboxes and radio buttons using jQuery. It lets you build inputs that are identical regardless of platform, supports touch devices, includes keyboard accessible inputs, and is on 1KB gzipped. There are 15 options for customizing the checkboxes ..

  • 이전
  • 1
  • 다음
홍반장水_
'CheckBox' 태그의 글 목록