jQuery Shuffle Plugin
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/jqShuffle
软件介绍
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>Visual C#从入门到精通(第8版)
夏普 (John Sharp) / 周靖 / 清华大学出版社 / 2016-6-1
《Visual C#从入门到精通(第8版)》共27章,结构清晰,叙述清楚。所有练习均在Visual Studio 2015简体中文版上进行过全面演练。无论是刚开始接触面向对象编程的新手,还是打算迁移到C#的C、C++或Java程序员,都可以从《Visual C#从入门到精通(第8版)》汲取到新的知识。迅速掌握C#编程技术。一起来看看 《Visual C#从入门到精通(第8版)》 这本书的介绍吧!
