wrapper.find('figure img').each(function(i, img) { $(img).click(function() { window.location.href = $(img).attr('data-link'); }); });
Please post all new support queries in our New Forum.
Please read this Announcement for details.