jQuery-UI-Resizable-Snap-extension
jQuery-UI-Resizable-Snap-extension copied to clipboard
Extension to the jQuery UI Resizable plugin for snapping while resizing.
I know this is an old extension but it really helped me out. I have an application that contains MANY resizable elements, many of which I didn't want other resizable...
This allows us to support snapping to items that are under different offset parents and uses similar logic to jQueryUI draggable snap. This should close #8. If I get a...
e.g. If you box have say 1px boder top and bottom. vertical snapping will have 2px error.
Why it is not snapping correctly? [fiddle](https://jsfiddle.net/coolesterman/as3uzuax/) The parents of the grid-line and draggable object is not the same, the snap works when resizing but it's not snapping to right...
Hi, Great extension man....thumbs up for that. A little problem i'm facing that it is not working with jQuery Resizable (working absolutely fine with jQuery Draggable). Any suggestion what am...
When the snap-to targets are in a different offset parent from the element being resized, their coordinates appear to be incorrectly calculated. Using the same snapping options with $.ui.draggable works....