[jQuery] Re: problem with recursive $.get

2007-10-19 Thread Jack Killpatrick
I found a workaround, but maybe there's an issue with $.get in jquery 1.1.2 that messes with using it recursively, or some option I could set? I replaced the $.get with this and it worked like a charm: $.ajax({ type: 'GET', url: filePath,

[jQuery] Re: problem with recursive $.get

2007-10-19 Thread Michael Geary
That's good that you found a workaround. I can't help but think there is more to the story than we are seeing here. Maybe another library in your page extending Object.prototype, or some weird thing like that? What does this display if you execute it in your page: for( var name in {one:1} )