Reputation: 26745
I'm sure I'm missing something really obvious (it's late in the day).
I've set up a test page with a really basic implementation of jQuery UI resizable. Why isn't it working and allowing the elements to be resizable?
Upvotes: 0
Views: 1369
Reputation: 7802
It seems to be a problem with jQuery Ui 1.8.4
the demo pages for jQuery ui are running 1.8.3 and i just did a quick local test and it worked fine and i have 1.8.3 locally.
or jsFiddle is broken...
here's an example that is also broken that has no CSS to break it. http://jsfiddle.net/PAsgQ/2/
Upvotes: 1
Reputation: 56430
Seems to me that there's just some problems with the CSS, and the handle which you'd use to resize isn't even visible (it has no width and height). Here's a simple edit of your example that works:
Upvotes: 3