PRODUCT DETAIL

$(document).ready(function() { $('#article-list .photo').ubCrop({ tarWidth: $('#article-list .photo-wrapper').width(), tarHeight: $('#article-list .photo-wrapper').height() }); }); $('#article-list, .product-list-item').click(function() { location.href = $(this).attr('data-href'); });