Huh. I guess it was just the use of the reserved var 'class' as Larry <[email protected]> suggested. I renamed that var 'cssclass' and now everything is working as it should.
Tested on: Apple - Apple Safari 4 - Mozilla FF 3 Windows - Mozilla FF 2 - IE 7 Thanks to everyone for the feedback and ideas - much appreciated! I will be using GLog.write() as a normal part of coding just like console.log(). On Mar 30, 7:46 am, tatlar <[email protected]> wrote: > Thanks to everyone for all the ideas - I am adding some GLog.write() > calls to the code now. Will post what I find out. > > On Mar 27, 2:13 pm, Mike Williams <[email protected]> wrote: > > > I suspect some sort of timing issue. > > > Is it possible that your $.ajax call completes before your google.load() > > callback? That could cause you to add markers to a map that hasn't yet > > been created. > > > Is it possible that your google.load() call completes before > > $(document).ready? That could cause the google.load() callback to > > complete before you've performed google.setOnLoadCallback(initialize), > > so initialize() won't have been called. > > > MSIE is being rather cryptic, so I suggest adding GLog.write() calls to > > your various callback functions that are involved in the initial set up. > > > --http://econym.org.uk/gmap > > The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
