Google Maps and jQuery Tabs

后端 未结 8 2404
温柔的废话
温柔的废话 2020-12-01 15:29

I have slight problem with Google maps included in simple jQuery Tabs.

Below I pasted the code:

jQuery:

$(document).ready(function() {

             


        
8条回答
  •  萌比男神i
    2020-12-01 16:06

    Bootstrap3 : https://github.com/twbs/bootstrap/issues/2330

    $('a[href="#edit_tab_map"]').on('shown.bs.tab', function(e)
        {
            google.maps.event.trigger(map, 'resize');
        });
    

提交回复
热议问题