I have multiple image paths in MySQL. Through $.ajax I am retrieving the paths but it is getting displayed in one div, I want to put one image path in one div...if 25 image paths are retrieved then 25 divs may be created each filled with a single retrieved path. In short, n number of divs for n number of images.I have multiple image paths in MySQL. Through $