Empty function to select thumbnail images from list Franco MussoOctober 26, 2023 Share Share function getFullResImages() { $('table[role="grid"] tbody img[src*="Image/download.aspx"][src!="&Full=true"]').each(function () { // Add functionality here }); }