I'm trying to implement Jcrop with a list of images. At the moment, when you click the link to crop, a lightbox loads an ajax call with the image and all the cropping tools and everything is working great. I've tested across several images in the db and all looks good.
however, once I crop the image and the lightbox closes, if I then try to crop the image a second time, it's still showing me the original image, rather than the newly cropped image. Is there something in jCrop that caches the image and if so, can I switch it off so that it pulls the fresh image each time it's called through ajax? (refreshing the page does update the image to the correct one btw, but that defeats some of the other features I have going on this page.)
Thanks in advance!