0

I have to add a Map into a tab, but doesnt work:

http://jsfiddle.net/QLMQH/14/

Someone has suggested me to do this: http://jqueryui.com/demos/tabs/#...my_slider.2C_Google_Map.2C_sIFR_etc._not_work_when_placed_in_a_hidden_.28inactive.29_tab.3F

But i get resizeMap(); doesnt exist, any ideas?

Godfather
  • 4,040
  • 6
  • 43
  • 70

1 Answers1

2

resizeMap() is yesterday's code. Call google.maps.event.trigger(map, 'resize')!

It works.

Tina CG Hoehr
  • 6,721
  • 6
  • 44
  • 57