jQuery: The Write Less, Do More JavaScript Library

slideViewer 1.1

Average rating
(6 votes)

slideViewer is a lightweight (1.5Kb) plugin wich allows to instantly create an image gallery by writing just few lines of HTML such as an unordered list of images. Works with jQuery 1.2 and jquery.easing.1.2

<div id="mygalleryinpost10.12.2006" class="svw">
   <ul>
     <li><img src="picts/10.jpg" alt="my description for this image" /></li>
      <li><img src="picts/08.jpg" alt="this is my dog..." /></li>
      <!--eccetera-->
   </ul>
</div>

Releases

Official releasesDateSizeLinksStatus
1.1.1.12007-Dec-17n/aRecommended for 1.0.xThis is currently the recommended release for 1.0.x.