fix gmap display and center position on jquery tabs

WE HAVE MOVED!

Please visit our new Drupal Website at https://www.xenyo.com我們的新網頁設計公司網頁.

        $(".ui-tabs-anchor").live("click", function() {
          $("div.gmap-gmap").each(function(i,e){
          var id = $(this).attr("id");
          var idArr = id.split("-");
          var mapId = idArr[1];
          var mapObj = Drupal.gmap.getMap(mapId);
          google.maps.event.trigger(mapObj.map,"resize");
          var myLatLng = new google.maps.LatLng(mapObj.map.markers[0].position.$a, mapObj.map.markers[0].position.ab);
          mapObj.map.setCenter(myLatLng);
          })
        })
Help Share this Article