HoverEx - jQuery Plugin
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text.
View Detail



$(function(){
$(".thumb-list img").click(function(){
var src = $(this).attr("src");
var large = $(this).data("large");
$("#zoomblock>img").attr("src",src);
$("#zoomblock .he-zoom>img").attr("src",large);
});
});