jQuery plugin - jq.rolling.js

· 11년 전 · 2868

 

 

jquery 플러그인용으로 만든거라 jquery와 jqueryUi가 필요합니다 

 

사용방법은 아래와 같습니다. 

 

<!doctype html> 

 

<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> 

<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script> 

<script src="http://nunbi.co.kr/plugin/rolling/jq.rolling.js"></script> 

<link type="text/css" href="http://nunbi.co.kr/plugin/rolling/jq.rolling.css" rel="stylesheet"> 

 

<div>    

    <div id="rolling">        

        <ul>            

            <li><img src="http://img.1300k.com/screen/0002/154/scr_154_92343.jpg"></li> 

            <li><img src="http://img.1300k.com/screen/0002/155/scr_155_91542.jpg"></li> 

            <li><img src="http://img.1300k.com/screen/0002/156/scr_156_91991.jpg"></li> 

        </ul> 

    </div>    

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

</div> 

 

<script> 

$("#rolling").rolling(490,290,{ 

    delay: 1500 

}); 

</script>  

|
댓글을 작성하시려면 로그인이 필요합니다.

팁게시판

디자인과 관련된 유용한 정보를 공유하세요. 질문은 상단의 QA에서 해주시기 바랍니다.

+
제목 글쓴이 날짜 조회
11년 전 조회 1,966
11년 전 조회 3,620
11년 전 조회 3,109
11년 전 조회 3,562
11년 전 조회 1,384
11년 전 조회 3,550
11년 전 조회 1,148
11년 전 조회 800
11년 전 조회 2,934
11년 전 조회 1,265
11년 전 조회 678
11년 전 조회 2,972
11년 전 조회 2,869
11년 전 조회 723
11년 전 조회 3,357
11년 전 조회 845
11년 전 조회 1,027
11년 전 조회 1,722
11년 전 조회 988
11년 전 조회 2,465
11년 전 조회 3,065
11년 전 조회 5,746
11년 전 조회 2,099
11년 전 조회 860
11년 전 조회 1,035