It looks like your loadXML method is executing asynchronously, getting whatever is located at the url you are passing, and then calling your anonymous function when complete. This is probably just happening faster on your local pc.
↧
It looks like your loadXML method is executing asynchronously, getting whatever is located at the url you are passing, and then calling your anonymous function when complete. This is probably just happening faster on your local pc.