Googla Maps Javascript API, Jquery Tabs
        Posted  
        
            by 
                user1357598
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user1357598
        
        
        
        Published on 2012-11-22T16:58:19Z
        Indexed on 
            2012/11/22
            16:59 UTC
        
        
        Read the original article
        Hit count: 239
        
google-maps
|google-maps-api-3
I have tried everything possible.. unminified all javascript, still can't get the map to load properly inside the tab.
Trying to use this custom code too with no success
jQuery('.tabs-shortcode > ul').bind('tabsshow', function(e, ui) {
           if (ui && ui.panel) {
                          jQuery('.mapp-canvas', ui.panel).each(function() {
                                         var id = jQuery(this).attr('id');
                                         if (id) {
                                                        window[id].resize();
                                         }
                          });
           }
});
webpage: http://bit.ly/UTHskS
thanks in advance, Andy
© Stack Overflow or respective owner