Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
<ul id="thumbnails">
<li><a href="bigimage.jpg?phpMyAdmin=4594f30712f4fabaff6997416810f3f2"><img src="thumbnail.jpg" /></a><p>description for the image, to be displayed in description paragraph</p></li>
</ul>
<img id="bigImg" src="bigimage.jpg" />
<p id="description">description of the image</p>
$(document).ready(function() {
$("#thumbnails > li > a").click(function() {
$("#bigImg").attr({src: (this.href)});
$("#description").text(this.parent().p.text);
return false;
});
});
$(function() {
$("#thumbnails > li > a").click(function() {
$("#bigImg").attr("src",$(this).attr(href)"});
$("#description").text($(this).next().text());
return false;
});
});
1 to 2 of 2