Date: February 12th, 2010
Cate: JS, jQuery
Tags: , , ,  

Simple Image Gallery (jQuery Base)

Download
Demo:

加入

1
<script type="text/javascript" src="yourpath/jquery-gallary.js"></script>

將圖片外的標籤加上 class=”gallary”
就會把裡頭的所有圖片用fadeIn & fadeOut撥放

1
2
3
4
5
6
<div class="gallary">
<img src="yourimg1"/>
<img src="yourimg2"/>
<img src="yourimg3"/>
<img src="yourimg4"/>
</div>

Leave a Reply

 Name

 Mail

 Home

[Name and Mail is required. Mail won't be published.]