jQuery UI Resizable -
I'm looking at the jQuery UI Resizable method and I have a div (one near the other). I want to change the shape of one and change the other accordingly. A DIV grows and the other DIV gets smaller ...
$ (document) .ready (function () {$ ("# right"). Resizable ({resize: 'Left' (, "#right",});
});
thanks, Max
You want to tie in the "resize" event ()
$ ("# right"). Resizable ({resize : // is re-shaped to see the size of the UI element (// UI), and again resize the left}});
Comments
Post a Comment