Is there any jQuery plugin or functionality that would allow for a user to click and drag windows so that they would resize?
For an example of what I’m trying to accomplish, I want to have the window resize capabilities just like Xcode does, where when you drag one window and the other one resizes too.
EDIT: When I say windows, I mean divs, not the browser window.
Check out jQuery UI resizable.
You call it like this:
which will give an element called
resizablelittle resize handles.