Hi All,
Till now i have created the image gallery and its working properly. but the problem is tht its a hardcoded. like
<div id="gallery">
<ul>
<li><a href="photos/image1.jpg" title="image 1. $('#gallery').lightBox();">
<img src="photos/thumb_image1.jpg" width="73" height="75" alt="" />
</a></li>
<li><a href="photos/image2.jpg" title="image 2. $('#gallery a').lightBox();">
<img src="photos/thumb_image2.jpg" width="73" height="75" alt="" />
</a></li>
</ul>
</div>
what i want is: instead of this code should read all the images from particular folder and display thumbnail .and when i click on immage it should work properly (same as wat i did in hardcoded)....
plsss suggest..i tried..but got stuck