jQuery Shuffle Plugin

程序名称:jQuery Shuffle Plugin

授权协议: 未知

操作系统: 未知

开发语言:

jQuery Shuffle Plugin 介绍

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>

jQuery Shuffle Plugin 官网

http://plugins.jquery.com/project/jqShuffle

相关编程语言

多功能下拉选择插件 SelectPage 简洁而强大的下拉分...
AutoComplete 是一个 jQuery Mobile 的插件,用于实...
Combogrid 是一个jQuery插件用于为输入框添加高级自...
Autobox2这个jQuery插件,可以用于创建类似于Facebo...
Link Scraper TextBox 是一个文本框的扩展插件,当你...
Awesomplete 超小超好用的超漂亮的 autocomplete 框...