I have one parent DIV, with two inner DIVs, each taking up 50% of the screen. Looking for suggestions to achieve the following:
- I would have a 'Maximize button' on each of those inner DIVs, which would set the width of the DIV on which the button was clicked to 100% width of the parent DIV, making the other one invisible.
I believe jQuery Resizable is a bit too much for this, agreed?