Saturday, 16 November 2013

Google Maps Not Working in jQuery Tabs !! problem solved

Try to load a map when user clicks on tab which contains your gMap
div.

        function clientActiveTabChanged(sender, args) {
            if(sender.get_activeTabIndex() == 1) {
                loadGMap();  // call google map load/initialize function
            }

Brillant that works !!!


No comments:

Post a Comment