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# - PInvoke of NetUserAdd returns 24 -

c# - XMLDocument.Validate Error: System.InvalidOperationException : The XmlSchemaSet on the document is either null or has no schemas in it -