On 10 November 2011 07:42, Kevin McMonagle <[email protected]> wrote: > Hi Andrew, > I don't understand how you got that as it links fine for me. > Also the other things that depend on it work fine.
I got the error using Firebug. The gomap script doesn't know about a variable called "jQuery". The other things that depend on jQuery are loaded after it. The gomap utility script is loaded before the main jQuery script. jQuery needs to be loaded before anything that depends on it. Note that there may be other things wrong, but getting the order right will at least eliminate script dependencies. -- 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.
