Reference Materials
$(document).ready(function()
{
var targets = {};
$('body').on('mouseover', '.product-hover-trigger', function()
{
var id = $(this).data('hover-target');
var target = (targets[id] = targets[id] || $('#' + id));
target.addClass('product-hover');
})
.on('mouseout', '.product-hover-trigger', function()
{
var id = $(this).data('hover-target');
var target = (targets[id] = targets[id] || $('#' + id));
target.removeClass('product-hover');
});
});
- Just Arrived (16)
- Top Seller (24)
- Top Rated (3)
- Under $25 (317)
- $25 - $50 (95)
- $50 - $100 (14)
- $100 - $200 (2)
- $200 - $300 (1)
- $300 - $500 (2)
- $500 - $700 (3)
View More View Less
Rating
-
(3)