jQuery卷页效果 jQuery Page Peel
- 授权协议: 未知
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://www.smple.com/pagePeel/
软件介绍
这是一个用于创建Page Peel(卷页/页面剥落)特效的jQuery插件。
示例代码:
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jQuery.pagePeel.js"></script>
<script type="text/javascript">
$().ready(function(){
$('pagePeel').pagePeel({}); }
</script>
<body>
<div id="pagePeel"> </div>
Developing Large Web Applications
Kyle Loudon / Yahoo Press / 2010-3-15 / USD 34.99
As web applications grow, so do the challenges. These applications need to live up to demanding performance requirements, and be reliable around the clock every day of the year. And they need to withs......一起来看看 《Developing Large Web Applications》 这本书的介绍吧!
