Re[jquery-ui] sizable divs
Hi all
How would one go about to create two resizable divs which can't be dragged
on top of one another? Right now i have two divs which are resizable but
they can be dragged so that they overlap eachother, i'd rather have them
behave like the third example here
http://dev.jquery.com/view/tags/ui/1.0.1a/demos/ui.resizable.html
where the textarea just pushes the lower div further down when you drag it.
also - can anyone tell me what the syntax for adding handles to an element
looks like?
i have tried $('#someElement').resizable({ handles: {n, s} }); but it
generates an error
Thanks!
--
View this message in context: http://www.nabble.com/Resizable-divs-tp15016853s27240p15016853.html
Sent from the jQuery UI Discussion mailing list archive at Nabble.com.