I want to load only: Google Maps (v3), JQuery core (v1.3.2), and JQuery UI (v1.7.2).
So I'm using the following URL to autoload those libraries: http://www.google.com/jsapi?autoload={ "modules": [ {name:"maps",version:3,other_params:"sensor=false"}, {"name":"jquery","version":"1.3.2"}, {"name":"jqueryui","version":"1.7.2"} ]} However, if you go to that URL, it appears that in addition to what I want to automatically loaded ... it's also loading: scriptaculous, feeds, and books Why is the autoloader loading more than what's being defined? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
