jquery-resizable icon indicating copy to clipboard operation
jquery-resizable copied to clipboard

A small jQuery plug-in to make DOM components resizable

Results 18 jquery-resizable issues
Sort by recently updated
recently updated
newest added

When resized element is centered it should change it's width/height two times faster (on each Drag event). Demo: https://jsfiddle.net/8tn708u4

Looking at the Horizontal Splitter Panes example http://codepen.io/rstrahl/pen/eJZQej Although the right panel has `min-width: 200px;` set, it seems you can still drag it beyond the minimum width. Is there something...

bug
help wanted

what if the parent resizes and the splitter goes out of view?

Hi, I just upgraded from version 0.18.0 to 0.20.0 and my application broke. **Error message: .resizable is not a function** I use CommonJs for internal module import. I imported jQuery...

This name conflicts with jquery-ui, causing the splitter unable to be resized by mouse grab when I also include jquery-ui in the page. Thank you and great job!

The issue that i'm facing is when resizing the table in thead section it works perfectly but i would like to resize on table cells also so i added like...

Hi Rick, Could you please change resizable to resizable_RickStrahl (or other name) in jquery-resizable.js/jquery-resizable.min.js? Because this function name collides with jquery-ui, which has resizable function too, causing the wrong function...

When calling `destroy` on an instance, the css `width` and `height` values remain. They should be removed. Fix is this: change ``` $handle = getHandle(opt.handleSelector, $el); $handle.off("mousedown." + opt.instanceId +...