I have a requirement which uses jquery toggle and resize functionality. I need to display 3 divs in a page. The first div is a side pannel toggle div.
When I toggle side panel div, the other two divs should automatically adjust within the available space. i.e, when the first div is collapsed the second and third div should occupy full page and when first div is expanded the other second and third div should resize and fit in the space available.
Can anyone please help me to achieve this functionality.