Advertisement
honghoavi

Simple jQuery Slideshow - HTML

Jun 7th, 2012
12,434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.16 KB | None | 0 0
  1. <div id="slideshow">
  2.      <img src="img/img1.jpg" alt="" class="active" />
  3.      <img src="img/img2.jpg" alt="" />
  4.      <img src="img/img3.jpg" alt="" />
  5. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement