微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

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

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐