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

정보공유

[JQUERY] jquery 스와이프 메뉴


<style>

.frame{height:250px;line-height:250px;overflow:hidden}

.frame ul{list-style:none;margin:0;padding:0;height:100%;font-size:50px}

.frame ul li{float:left;width:227px;height:100%;margin:0 1px 0 0;padding:0;background:#333;color:#ddd;text-align:center;cursor:pointer}

.frame ul li.active{color:#fff;background:#a03232}

.scrollbar{margin:0 0 1em 0;height:2px;background:#ccc;line-height:0}

.scrollbar .handle{width:100px;height:100%;background:#292a33;cursor:pointer}

.scrollbar .handle .mousearea{position:absolute;top:-9px;left:0;width:100%;height:20px}

.pages{list-style:none;margin:20px 0;padding:0;text-align:center}

.pages li{display:inline-block;width:14px;height:14px;margin:0 4px;text-indent:-999px;border-radius:10px;cursor:pointer;overflow:hidden;background:#fff;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2)}

.pages li:hover{background:#aaa}

.pages li.active{background:#666}

.controls{margin:25px 0;text-align:center}

.oneperframe{height:300px;line-height:300px}

.oneperframe ul li{width:1140px}

.oneperframe ul li.active{background:#333}

.crazy ul li:nth-child(2n){width:100px;margin:0 4px 0 20px}

.crazy ul li:nth-child(3n){width:300px;margin:0 10px 0 5px}

.crazy ul li:nth-child(4n){width:400px;margin:0 30px 0 2px}

</style>




<div class="scrollbar">

    <div class="handle">

        <div class="mousearea"></div>

    </div>

</div>


<div class="frame" id="basic">

    <ul class="clearfix">

        <li>0</li><li>1</li><li>2</li><li>3</li><li>4</li><li>5</li><li>6</li><li>7</li><li>8</li><li>9</li>

        <li>10</li><li>11</li><li>12</li><li>13</li><li>14</li><li>15</li><li>16</li><li>17</li><li>18</li>

        <li>19</li><li>20</li><li>21</li><li>22</li><li>23</li><li>24</li><li>25</li><li>26</li><li>27</li>

        <li>28</li><li>29</li>

    </ul>

</div>


<ul class="pages"></ul>


<div class="controls center">

    <button class="btn prevPage"><i class="fa fa-angle-double-left"></i> page</button>

    <button class="btn prev"><i class="fa fa-angle-left"></i> item</button>

    <button class="btn backward"><i class="fa fa-angle-left"></i> move</button>


    <div class="btn-group">

        <button class="btn toStart">toStart</button>

        <button class="btn toCenter">toCenter</button>

        <button class="btn toEnd">toEnd</button>

    </div>


    <div class="btn-group">

        <button class="btn toStart" data-item="10"><strong>10</strong> toStart</button>

        <button class="btn toCenter" data-item="10"><strong>10</strong> toCenter</button>

        <button class="btn toEnd" data-item="10"><strong>10</strong> toEnd</button>

    </div>


    <div class="btn-group">

        <button class="btn add"><i class="fa fa-plus-circle"></i></button>

        <button class="btn remove"><i class="fa fa-minus-circle"></i></button>

    </div>


    <button class="btn forward">move <i class="fa fa-angle-right"></i></button>

    <button class="btn next">item <i class="fa fa-angle-right"></i></button>

    <button class="btn nextPage">page <i class="fa fa-angle-double-right"></i></button>

</div>


<script src="https://darsa.in/sly/examples/js/vendor/plugins.js"></script>

<script src="https://darsa.in/sly/js/sly.min.js"></script>

<script src="https://darsa.in/sly/examples/js/horizontal.js"></script>


첨부파일

정보공유
Total 470건 1 페이지
번호 제목 글쓴이 날짜 조회
470 숫자를 입력하면 컴마단위로 찍히기. 숫자만 허용. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12-17 1,672
469 짧은 접수번호 생성. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12-10 1,789
468 아이코드 토큰방식 모듈 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12-05 1,912
467 HTML 파일을 CSS가 적용된 PDF로 변환하여 서버에 저장하는 PHP 코드 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11-06 2,516
466 phpMyAdmin 접속이 안될때, db 아이피 포트번호 다를때. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 09-18 2,365
465 실패되었습니다.[연동오류(PHP SOAP 모듈설치 필요)] 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 09-10 2,544
464 csv 파일 만들때 제일많이 하는 실수!! 필드에 , 가 있는경우 변환이 제대로 안된다. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 09-01 2,653
463 GROUP_CONCAT 길이 제한 때문에 결과값을 다 못가져오는 경우 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-26 2,602
462 회원아이디 자동 생성 함수 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-20 2,837
461 중앙 토스트 레이어 , 버튼을 클릭하면 화면 중앙에 3초간 보였다가 fadeout 되는 레이어창. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-19 2,903
460 관리자 권한이 super 아니고 관리권한설정을 부여받은 회원이 관리자 화면에 접속했을때 부여받은 메뉴로 바로 접속되도록 처리 (2) 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-15 2,943
459 관리자 권한이 super 아니고 관리권한설정을 부여받은 회원이 관리자 화면에 접속했을때 부여받은 메뉴로 바로 접속되도록 처리 (1) 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-15 2,894
458 SQL 주입 방지 Prepared Statement 의 생활화 mysqli PDO 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-15 2,600
457 크로스 사이트 스크립팅(XSS) 테스트 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-12 2,935
456 2일전부터 오늘까지의 데이터 정보 가져오기. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-05 2,676