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

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -