jQuery Shuffle Plugin

授权协议 未知
开发语言
所属分类 jQuery 插件、 其他jQuery插件
软件类型 开源软件
地区 不详
投 递 者 葛高澹
操作系统 未知
开源组织
适用人群 未知
 软件概览

Overview

The jQuery jqShuffle Plugin allows you to take a list/group of photos/paragraphs and shuffle through them. When set, it provides a flash-like photo gallery effect.

The plugin is still in development as far as extras go. Base functionality will take your list and produce a shuffle effect similiar to the way you would shuffle a stack of photos, taking the top most photo, moving it to the left and then repositioning it to the bottom of the stack.

Quick Start Guide

1. Add a list of images

<ul class="imageBox">
<li><img src="/experiments/jqShuffle/common/pix/clippy3.jpg"/></li>
<li><img src="/experiments/jqShuffle/common/pix/happy.jpg"/></li>
<li><img src="/experiments/jqShuffle/common/pix/mycup.jpg"/></li>
<li><img src="/experiments/jqShuffle/common/pix/clippy3.jpg"/></li>
<li><img src="/experiments/jqShuffle/common/pix/happy.jpg"/></li>
<li><img src="/experiments/jqShuffle/common/pix/mycup.jpg"/></li>
</ul>

2. Include jQuery and jqShuffle in the head of your web page

<script type="text/javascript">
$(document).ready(function(){
$(".imageBox").jqShuffle();
});
</script>

  • <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>jquery洗牌文本输出插件shuffleText</title> <style> html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, ab

  • jquery.fileupload-image-editor.js中 _initEventHandlers: function () { this._super(); var handlers = {}; handlers[this.options.uploadImageEditorPreviewSelector] = this._previewHandler.bind(this); this._

  • jQuery官方插件 参考站点: 15天jquery英文站[url]http://15daysofjquery.com/[/url] jQuery官方:[url]http://jquery.com/[/url] jQuery中文社区:[url]http://jquery.org.cn[/url] jQuery官方插件:[url]http://jquery.com/plugins/[/url] 看了

  • 下载:http://linqjs.codeplex.com/   LINQ Pad Enumerable.Range(0, 20) .Where("$ % 3 == 0") .Select("value, index => {index:index, value:value * 10}") .WriteLine("$.index + ':' + $.value")   0:0 1:30 2:60

  •   jquery.fileupload-image-editor.js中 _initEventHandlers: function () { this._super(); var handlers = {}; handlers[this.options.uploadImageEditorPreviewSelector] =

  • jQuery:收集一些基于jQuery框架开发的控件/jquery插件。 Horizontal accordion: jQuery 基于jQuery开发,非常简单的水平方向折叠控件。 主页:http://letmehaveblog.blogspot.com/2007/10/haccordion-simple-horizontal-accordion.html (无法找到) 下载:http://le

  • 引用:http://blog.sina.com.cn/s/blog_49dc168d010009pi.html http://15daysofjquery.com/ http://jquery.com/ http://jquery.org.cn http://jquery.com/plugins/ http://interface.eyecon.ro/demos/sort.html  /* 这个是

相关阅读

相关文章

相关问答

相关文档