Creates resizable user interface elements, stores and retrieves positions from cookies, and each instance is aware of neighboring instances so the resizable limits are dynamically set to avoid resizing over each other
var myResizable = new Resizable(element, options);
horizontal) Accepts horizontal and vertical.centerBottomResize = new Resizable('handle',{
invert: true,
mode: 'vertical'
});
Directly resize the elements without dragging.
myResize.set(distance);
This Resizable instance.