views:

1105

answers:

3

Hi!

Is there a way to make a <div> container resizeable with drag'n'drop? So that the user can change the size of it using drag'n'drop?

Any help would really be appreciated!

+2  A: 

http://docs.jquery.com/UI/Resizables

some of their documentation appears to be down at the moment so for working examples check here

http://batiste.dosimple.ch/blog/posts/2008-05-18-1/jquery-drag-and-drop-and-resize-event-delegation.html

Shahin
+1  A: 

Hope this helps you.

Quaky
A: 

The best method would be to use CSS3, it is currently only supported by Webkit, but that should change soon.

http://www.css3.info/preview/resize/

Depending on what you try to accomplish this is a possible solution.

Georg