`
szh8715
  • 浏览: 10410 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
  • 一场雨: 怎么处理汉化的事情?我在里面写汉字 都不行啊
    booklet

booklet

 
阅读更多

website:http://builtbywill.com/

1. install booklet plugin

1) Load jQuery and jQuery Ui lib like the follow codes:

<script type="text/javascript" src="./jquery-1.5.min.js"></script>
<script type="text/javascript" src="./jquery-ui-1.8.9.custom.min.js"></script>

 2)Add the Easing jQuery Plugin. While not completely necessary, if  not included your animations will not look as nice.

 

<script type="text/javascript" src="./jquery.easing.1.3.js"></script>

 

3)Load the Booklet js and CSS files. Be sure when editing the CSS file to make image paths relative to the CSS file. When changing some of the image options in the Booklet options, those images will be relative to the page itself .

<script type="text/javascript" src="./jquery.booklet.1.2.0.min.js"></script>
<link href="./jquery.booklet.1.2.0.css" rel="stylesheet" type="text/css" />

4) To create a booklet you must fisrt place the content for the book onto your page .

a .Make an outside container <div > and give it an identifer like an ID or Class .

b .Add a <div > with class "b-load " inside the container .

c .Inside of "b-load ", add your pages . The booklet will recognize each direct child of "b-load " as a side ,which could contain content or be a single item .

<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>

5)Using JQuery selectors initialize your booklet .You can setup multiple books eihter with the same class or within the same selector ,as Lang as you want their options to be the same .

$(function() {
	//single book
	$('#mybook').booklet();
	
	//multiple books with ID's
	$('#mybook1, #mybook2').booklet();
	
	//multiple books with a class
	$('.mycustombooks').booklet();
});

 

分享到:
评论
1 楼 一场雨 2012-07-18  
怎么处理汉化的事情?我在里面写汉字 都不行啊

相关推荐

    jquery.booklet插件 杂志翻页书本翻页特效

    《jQuery.booklet插件:实现华丽的杂志翻页与书本效果》 在网页设计中,为了提升用户体验,模拟真实世界中的阅读体验,如杂志翻页或书本翻页的效果越来越受到重视。jQuery是一个强大的JavaScript库,而jQuery....

    Digital Booklet Monologue Deluxe pdf

    Digital Booklet Monologue Deluxe pdf)

    digital booklet

    《Digital Booklet》是一本数字化的宣传册,它收录了多个艺术家的单曲集,其中可能包含了一些流行音乐的主打单曲。从提供的文件内容来看,这份宣传册可能介绍了不同地区发布的单曲信息、所涉及到的艺人和艺术家、...

    attachments_booklet_

    【标题】"attachments_booklet_" 暗示我们可能正在处理一个关于附件或手册的实践指导资料,很可能是某个课程或教程的一部分。"Practice control lesson" 描述则明确指出这是一堂关于实践控制的课程,可能涉及软件...

    booklet-1.4.2-图书翻页效果

    本手册将详细探讨"booklet-1.4.2"这一jQuery插件,它能为您的网页添加逼真的图书翻页效果,使用户在浏览内容时感受到如同阅读实体书一样的沉浸感。 "booklet-1.4.2"是一款高效且易于使用的jQuery插件,特别适合于...

    2022年IMD 全球竞争力报告 IMD WORLD COMPETITIVENESS BOOKLET 2022

    IMD WORLD COMPETITIVENESS BOOKLET 2022[c olor=rgba(0, 0, 0, 0.9)]2022年6月15日,瑞士洛桑国 际发展管理学院(IMD)发布了2022年度的世界竞争力排名(IMD World Competitiveness Rankings),中国大陆在参评的...

    Folding-Notepad-Booklet-master(1)_Chaircnc_

    标题"Folding-Notepad-Booklet-master(1)_Chaircnc_"揭示了这是一个与家具设计相关的项目,特别是椅子设计,而“Multilayer chair design”描述则表明这是一款多层结构的椅子。"Chaircnc"标签暗示了设计可能利用了...

    maximo75(V75 Report Booklet)

    maximo75报表bird V75 Reports Additional V75 Report Desc Base 75 IS Reports Report 75 Updates Reference Materials

    CCNA Security Course Booklet, Version 1.0 .pdf

    根据提供的文件信息,我们可以归纳出一系列与《CCNA Security Course Booklet, Version 1.0》相关的关键知识点。以下是对这些知识点的详细解读: ### 一、CCNA Security概述 **CCNA Security**(Cisco Certified ...

    [营销星球]BOOKLET-小红书theme2 KOL-MLP instore book.pptx

    Booklet在这里指的是册子或者小册子的形式,可能是为了此次活动制作的宣传资料,包含了关于MLP产品的详细介绍、使用场景、搭配建议等内容。 ### 三、标签分析 #### 3.1 营销 这表明整个文档的主要目的是进行营销...

    Information booklet on ECDIN.pdf

    Information booklet on ECDIN

    poj 1313 Booklet Printing.md

    poj 1313 Booklet Printing.md

    Modular Open Source Identity Platform - MOSIP Booklet

    Modular Open Source Identity Platform - MOSIP Booklet

    AMCOS_booklet:科学会议手册或摘要书的LaTeX模板

    AMCOS_booklet: 用于会议摘要的LaTeX模板什么? 这是AMCOS_booklet,这是会议手册的LaTeX模板,有时也称为摘要书。 它包括一个附加的python脚本,用于自动管理摘要和将摘要包括在内。 该模板还可以选择编译小册子的...

    【船级社】 NK Booklet for ship crew members Precautions concerning

    【船级社】 NK Booklet for ship crew members Precautions concerning change-over to 0.50% sulphur compliant fuel oils.pdf

    来自国外的jQuery翻书特效 jquery.booklet 实例

    内容索引:脚本资源,Ajax/JavaScript,jQuery,翻书 来自国外的jQuery翻书特效——jquery.booklet 核心库及实例完整版,前天发现的jquery.booklet,但是没有发现实例,自己捣腾了半天也没弄出个所以然,没办法只得求救...

    jquery翻书效果

    name: null, // name of the booklet to display in the document title bar width: 800, // container width height: 500, // container height speed: 600, // speed of the transition between pages ...

    Introduction to R course booklet

    ### 关于《R语言入门教程手册》的知识点详解 #### 一、R语言简介与许可说明 ##### **1.1 R语言概述** - **定义**:R是一种广泛使用的编程语言和环境,它允许用户对数据进行高效且快速的处理,并提供了丰富的统计...

    mongodb_qrc_booklet

    ### MongoDB基础知识及查询语法详解 #### 一、MongoDB简介 MongoDB是一款开源的通用数据库管理系统,它采用了文档数据模型来存储数据。与传统的关系型数据库不同,MongoDB不使用行和列的形式来组织数据,而是使用...

Global site tag (gtag.js) - Google Analytics