jQuery UI Resizable alsoResize reverse
By modifying the code jQuery uses to implement the alsoResize option, we can make our own alsoResizeReverse option. Then we can simply use this as follows: $(“#resizable”).resizable({ alsoResizeReverse: “.myframe” }); The structure of the original alsoResize option has been changed over the various versions of jQuery UI and my original code does not work in … Read more