$(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();
});
});
Urban Steel
Displaying 1 to 2 (of 2 products) |
Result Pages: 1 |