If they are resizable on the east edge, bind a function to the resize
event that takes ui.originalSize.width and subtracts ui.size.width
(the result is the difference in size) and applies it to the width of
the next element $(this).next(".column"). This assumes a common class
'column' applied to the resizable divs.On Mar 10, 4:37 am, sure <[email protected]> wrote: > Hi Richards, > I have three divs in a container(container also a > div). These are resizable and draggable items. If i resize any div in > it. Remaining div's automatically resizable. I have tried by all > means. But i couldn't get any thing. Please help me to do this. > > Structure > --------------- > <did id="container"> > <div id="id1">Draggable and Resizable</div> > <div id="id2">Draggable and Resizable</div> > <div id="id3">Draggable and Resizable</div> > </div> > > With Regards > sure --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
