tags:

views:

36

answers:

2

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.

A: 

Have a look at jqDnR. It is a bit old but working.

Felix Kling
I saw that, but it works with position: relative;. My div is position: absolute;
BuggyGeek
@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
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
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
Should probably be a comment to my answer ;) Please do so and delete this answer.
Felix Kling