function downloadImages() { $(".grcode-image").each(function (index, currentElement) { currentElement.click(); }); }