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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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/