I currently have a 3 tabbed page. Each tab is a div that is set to display: hidden when not selected. In these tabs I have a Grid system created with Susy (comp
display: hidden
What worked for me is calling:
$(window).resize();
When I load a new tab. Still having the issues with the Google Maps API, but it works great with Highcharts.