Empty function to select thumbnail images from list

function getFullResImages() {
    $('table[role="grid"] tbody img[src*="Image/download.aspx"][src!="&Full=true"]').each(function () {
        // Add functionality here
    });
}
Franco Musso