Linas
Linas

Reputation: 4408

Jquery ui resizable doesn't work

I am trying to create crop box for croping images, this is what i have done so far:

http://jsfiddle.net/7C8fp/1/

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

Answers (1)

Dan
Dan

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

Related Questions