Tagged with Google Maps

jQuery UI tab and Google Map Display problem (resize and center)


When you use jQuery UI tab or jQuery accordion for displaying Google map and facing problem on display of map. You can follow these steps: 1) Add this code jQuery(‘#tabs, #streetview‘).tabs({ activate: function(event, ui){ google.maps.event.trigger(streetview, ‘resize’); } }); Where #streeview is your map ID  and #tabs is your tab ID above code solve your problem … Continue reading