jonasundderwolf / django-image-cropping

Django helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.
Other
552 stars 131 forks source link

jCrop v0.9.9 is incompatible with jQuery >= 1.9 #24

Closed shibz closed 11 years ago

shibz commented 11 years ago

The new version of jCrop is compatible with the new jQuery, but I am guessing that the API has changed because when I tried swapping it in, the cropping django widget stopped working. Perhaps you could simply manually merge in this jCrop commit with your version of jCrop to solve the problem...