data-toggle 체크박스 활용
자동로그인을 위주로 설명을 간략하게 드리겠습니다.

<잘못된 예시>
<span class="btn btn-default" for="auto_login">
<input type="checkbox" name="auto_login" id="auto_login"><label for="auto_login">자동로그인</label>
</span>
button 태그안에 label 텍스트 클릭시에 체크가 되는방식 X
<올바른 예시>
input박스안에 data-toggle="checkbox" 을 사용하는 방식 O
<span class="btn btn-default" for="auto_login">
<input type="checkbox" name="auto_login" id="auto_login" data-toggle="checkbox"> 자동로그인
</span>
잘못된 예시 문제.
1. 크롬에서는 텍스트를 클릭해줘야 체크가 됨
2. 크롬보다 더욱더 문제는 익스에선 체크 자체가 안먹힘
data-toggle 활용
게시판 목록
퍼블리싱강좌
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 118 | jQuery Mobile | 8년 전 | 1347 | ||
| 117 | jQuery Mobile | 8년 전 | 1594 | ||
| 116 | jQuery Mobile | 8년 전 | 1825 | ||
| 115 | jQuery Mobile | 8년 전 | 1779 | ||
| 114 | jQuery Mobile | 8년 전 | 1968 | ||
| 113 | jQuery Mobile | 8년 전 | 1878 | ||
| 112 | jQuery Mobile | 8년 전 | 2486 | ||
| 111 | jQuery Mobile | 8년 전 | 1792 | ||
| 110 | jQuery Mobile | 8년 전 | 1581 | ||
| 109 | jQuery Mobile | 8년 전 | 1742 | ||
| 108 | jQuery Mobile | 8년 전 | 1968 | ||
| 107 | jQuery Mobile | 8년 전 | 1772 | ||
| 106 | jQuery Mobile | 8년 전 | 1450 | ||
| 105 | jQuery Mobile | 8년 전 | 1747 | ||
| 104 | jQuery Mobile | 8년 전 | 2424 | ||
| 103 | jQuery Mobile | 8년 전 | 1562 | ||
| 102 | jQuery Mobile | 8년 전 | 1504 | ||
| 101 | jQuery Mobile | 8년 전 | 1696 | ||
| 100 | jQuery Mobile | 8년 전 | 1921 | ||
| 99 | jQuery Mobile | 8년 전 | 1374 | ||
| 98 | jQuery Mobile | 8년 전 | 1397 | ||
| 97 | jQuery Mobile | 8년 전 | 1657 | ||
| 96 | jQuery Mobile | 8년 전 | 1309 | ||
| 95 | jQuery Mobile | 8년 전 | 1127 | ||
| 94 | jQuery Mobile | 8년 전 | 1528 | ||
| 93 | jQuery Mobile | 8년 전 | 1147 | ||
| 92 | jQuery Mobile | 8년 전 | 1568 | ||
| 91 | jQuery Mobile | 8년 전 | 1516 | ||
| 90 | jQuery Mobile | 8년 전 | 1681 | ||
| 89 | jQuery Mobile | 8년 전 | 1667 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기