I have two divs side by side. I'm using jquery ui to make them resizable. However, I'm having a problem because I'm trying to use the 'alsoResize
' property to resize the div next to it.
If I resize the right side of my left div, then the left side of my right div should also resize accordingly.
Using 'alsoResize
' alongside 'handles
' doesnt work, and when I resize the right side of my left div, the right side of my right div also get resized.
Any suggestions on how to accomplish what I need to do?
jsfiddle: