Mixers
$(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');
});
});
- On Sale (1)
- Top Seller (2)
- $25 - $50 (1)
- $50 - $100 (4)
- $100 - $200 (6)
- $200 - $300 (3)
- $300 - $500 (4)
- $500 - $700 (6)
- $700 - $1000 (8)
- $1000 - $1500 (1)
- $1500 - $2000 (1)
- $2000 - $2500 (2)
- $2500 - $3000 (2)
- Over $3000 (2)
View More View Less
- 1 to 4 (10)
- 17 to 32 (1)
- 5 to 8 (7)
- 9 to 16 (4)