bcmcfc
bcmcfc

Reputation: 26745

Having trouble getting jQuery UI resizable working

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?

http://jsfiddle.net/UA3QS/

Upvotes: 0

Views: 1369

Answers (2)

Patricia
Patricia

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

reko_t
reko_t

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:

http://jsfiddle.net/UA3QS/2/

Upvotes: 3

Related Questions