jQuery卷页效果 jQuery Page Peel

码农软件 · 软件分类 · jQuery高级页面组件 · 2019-12-31 16:43:13

软件介绍

这是一个用于创建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>

本文地址:https://www.codercto.com/soft/d/22367.html

Developing Large Web Applications

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》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

MD5 加密
MD5 加密

MD5 加密工具