Hey there, folks I spent hours of searching for this but without any success. I need a plugin (jQuery) that is similar to jQueryUI's .resizable() applet. I need to resize a div by a grip in left bottom and I cant use jQuery UI. Any help will be apriciated.
I saw that, but it works with position: relative;. My div is position: absolute;
BuggyGeek
2010-09-05 11:33:21
@BuggyGeek: It should work. I used it too and on the website it says: *If an element is to be resized or dragged, it MUST have its positioning set to **ABSOLUTE**, RELATIVE, or FIXED.* Have you tried?
Felix Kling
2010-09-05 11:50:13
Well it doesn't work when i try it. I see it in the site, I even copied the EXACTLY same code on my files and it doesn't work. I dont know why.
BuggyGeek
2010-09-05 12:39:11
A:
Well it doesn't work when i try it. I see it in the site, I even copied the EXACTLY same code on my files and it doesn't work. I dont know why.
BuggyGeek
2010-09-05 12:06:42
Should probably be a comment to my answer ;) Please do so and delete this answer.
Felix Kling
2010-09-05 12:15:05