$(document).ready(function(){
$('.collection > a').mouseover(function(){
var showClass = $(this).attr('class');
$('img.'+showClass).show();
});
$('.collection > a').mouseout(function(){
var showClass = $(this).attr('class');
$('img.'+showClass).hide();
});
});
Curve
Displaying 1 to 1 (of 1 products) |
Result Pages: 1 |