[jQuery] Re: Code execution order

2008-10-09 Thread Flint ZA
Fantastic! Thank you :) Do you mind explaining to me why this works like this? On Oct 8, 4:29 pm, Rene Veerman <[EMAIL PROTECTED]> wrote: > > function UpdateList() > > { > >    // Open the xml file > >    $.get("locations.xml",{},function(xml){ > >            // Run the function for each name tag

[jQuery] Code execution order

2008-10-08 Thread Flint ZA
I am having trouble understanding something about execution order of code using JQuery. I have the following function attached to a button: function UpdateList() { // Open the xml file $.get("locations.xml",{},function(xml){ // Run the function for each name tag in

[jQuery] Code execution order

2008-10-08 Thread Flint ZA
I am having trouble understanding something about execution order of code using JQuery. I have the following function attached to a button (it uses the : function UpdateList() { // Open the xml file $.get("locations.xml",{},function(xml){ // Run the function for ea