[jQuery] Re: getJSON timing problem (probably a simple newbie problem)

2008-08-25 Thread cbandes
I do load it immediately, but I have other functions which rely on the data being loaded, and currently they are firing before the getJSON function is completed. I need some way to check that the data has been loaded before executing those functions. I'm sure there's some sort of event I should be

[jQuery] Re: getJSON timing problem (probably a simple newbie problem)

2008-08-22 Thread GLP
Just load your JSON data as early as possible. What are you waiting for to not load the data immediately after the 'document is ready' ? cbandes schreef: > Hi - > > I have a simple json file which contains a list of key/path pairs, the > idea is that I will use this to update the links in a nav