Thank you. This worked perfectly for me. I ONLY wanted the description to display so I changed LINE 6 from .parent() to .empty() the TITLE field, thereby replacing the title with the description instead, since the description field can contain html (links and formatting):
$(".image-slide-title").eq(i).empty().append('<div class="grid-description">' +result.items[i].body + "</div>");