위토즈 - 개발자프로그램판매공간

정보공유

[퍼블리싱] on off 가능한 checkbox css + jquery 조합 버튼


css


/* slider checkbox */

.wrap-btn-onoff .switch{position:relative;display:inline-block;width:40px;height:20px;vertical-align:middle}

.wrap-btn-onoff .switch input{display:none}

.wrap-btn-onoff .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}

.wrap-btn-onoff .slider:before{position:absolute;content:"";height:15px;width:15px;left:2px;bottom:2px;background-color:#fff;-webkit-transition:.4s;transition:.4s}

.wrap-btn-onoff input.btn-onoff:checked + .slider{background-color:#2196F3}

.wrap-btn-onoff input.btn-onoff:focus + .slider{box-shadow:0 0 1px #2196F3}

.wrap-btn-onoff input.btn-onoff:checked + .slider:before{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}

.wrap-btn-onoff .slider.round{border-radius:34px}

.wrap-btn-onoff .slider.round:before{border-radius:50%}

.wrap-btn-onoff > .text{margin:0;display:inline-block;height:20px;line-height:20px}



html


<div class="wrap-btn-onoff">

    <label class="switch">

      <input type="checkbox" class="btn-onoff">

      <span class="slider round"></span>

    </label>

    <span class="text">OFF</span><span class="text" style="display:none;">ON</span>

</div>



jquery


$(function() {

    $(document).on('click', '.btn-onoff', function() {

        $('.wrap-btn-onoff > .text').toggle();

    });

});

정보공유
Total 450건 1 페이지
번호 제목 글쓴이 날짜 조회
열람중 on off 가능한 checkbox css + jquery 조합 버튼 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10:08 13
449 비동기식으로 초성 버튼 클릭 보여주기 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 05-13 152
448 그누보드 관리자화면에 iframe 으로 띄울경우 엣지브라우저에서 튕기는 현상 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 03-17 1160
447 쿼리 성능 최적화 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 03-07 1126
446 스마트 에디터 세로 사이즈 강제로 해당 페이지에서만 늘리는 방법 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 02-28 1247
445 그누보드에 reCAPTCHA 설정하기 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 01-07 1399
444 mb_id 가 포함된 테이블 목록 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11-22 1887
443 숫자형 input 요소 글자수 제한 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-29 2596
442 php 8.0 이상 버전에서 엑셀파일 업로드 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 07-18 3948
441 금액 카운팅 모션 다라라락 변화 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 06-26 3179
440 가장 심플한 예약 주문번호 생성 코드 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 05-28 4050
439 php 와 ajax 를 이용해서 파일 업로드 할때 대용량 파일을 업로드 하는 방법 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 05-23 4435
438 dl dt dd css 샘플 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 05-13 3547
437 datepicker 를 이용해서 달력3개를 표시하고 원하는 날짜만 선택이 가능하도록. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 04-28 3822
436 입금된 주문도 준비, 배송전까지는 취소할 수 있도록 하는 방법 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 03-10 4133