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> |