Reputation: 4408
I am trying to create crop box for croping images, this is what i have done so far:
and everything is working perfectly except resizable
plugin, am i doing something wrong or is this jquery bug of some kind?
Upvotes: 4
Views: 1878
Reputation: 5637
It looks like you're missing the jQuery UI theme, if you add the following URL as a resource to your JSFiddle and hit run, it works:
http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/themes/base/jquery-ui.css
Upvotes: 6