TAGS: Booklet | ページめくり | jQuery | Javascript | プラグイン | MIT | GPL
Bookletは、Webコンテンツをページめくり効果で表示するjQueryプラグインです。

Booklet is a jQuery tool for displaying content on the web in a flipbook layout.



動作環境


◇ 言語:Javascript(jQuery+jQueryUI+jQuery Easing Plugin)
◇ ライセンス:MIT、GPL

使い方

<div id="mybook">
    <div class="b-load">
        <div> 
            <h3>Yay, Page 1!</h3>
        </div>
        <div> 
            <h3>Yay, Page 2!</h3>
        </div>
        <div> 
            <h3>Yay, Page 3!</h3>
        </div>
        <div> 
            <h3>Yay, Page 4!</h3>
        </div>
    </div>
</div>

$(function() {     //single book     $('#mybook').booklet(); });


.

Sponsored Link


有关作者
Syboos.jp編集長AJavaやオープンソース情報の執筆、Webサイトの開発や運営全般の業務に携わる。

Comments

用户名 (required)

Email (will not be published) (required)

URL

Evaluation