DragResize v1.0
Div 2
Content
This is a JavaScript library that lets you easily implement user-friendly
and customisable dragging and resizing of your page elements. You might want to
use it as part of a web application -- it contains all you need for a
lightweight "windowing" system. Features include:
- Can both drag and resize page elements.
- Works with absolute and relatively positioned elements
in your page.
- Customisable appearance as it makes extensive use of CSS
classes for layout of its resisze handles.
- Unobtrusive, Object-Orientated JavaScript means it's easy
to add to your pages.
- Bounding boxes and minimum sizes can be set and
automatically enforced.
- Cross-browser compatible so it works for everyone.
- Small code size so your visitors don't have to wait!