jquery-resizable
jquery-resizable copied to clipboard
three vertical panels
Thank you for creating nice splitter. My issue is I have 3 vertical panels(left, center and right). I use the splitter between left and center panels and the splitter-right between center and right panels. But the splitter-right behavior different than the splitter. How to make the splitter between center and right panels behavior same as the splitter between the left and center panels.
code sample:
<div class="splitter"></div>
<div class="panel-center">
</div>
<div class="splitter-right"></div>
<div class="panel-right">
</div>
</div>
</div>
It seems that this plugin cannot be used for three vertical panels. There are some attempts at this StackOverflow question, but none of them work well.
I'm going to try GedMarc/layout as that one looks more promising for three panels.
It is too bad, because this plugin works so well for two panels.