using jquery accordion hides most of googleMap
问题 I have an accordion widget with 2 tabs. Each of them has a GoogleMap. The first map get properly displayed but when I open the second one, only a portion of the map appears in the viewport. If I remove the widget by commenting out the following code, both maps are properly displayed. $("#accordion").accordion({ header: "h3", fillSpace: true, event: "mouseover" }); How can I use this widget while still having both map displayed properly? Check on http://forums.asp.net/t/1780781.aspx/1?using