/* http://birelldev.sabmiller.acsitefactory.com/content/polotmav%C3%BD-citr%C3%B3n */ jQuery(document).ready(function ($) { jQuery('.bk-product').click(function () { var a = jQuery(this).find('.wrapper-product .txt-product .link-product a'); window.location.href = jQuery(a).attr('href'); }); })