Jquery ui resizable not working

I am trying to create cropping for cropping images, this is what I have done so far:

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

and everything works fine except for the resizable plugin, am I doing something wrong or is this some kind of jquery error?

+4
source share
1 answer

It looks like you are missing the jQuery UI theme if you added the following URL as a resource for your JSFiddle and hit run, it works:

http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/themes/base/jquery-ui.css

+6
source

Source: https://habr.com/ru/post/1397088/


All Articles