Bob Ippolito wrote:
Ok, so it sounds like your problem has nothing whatsoever to do with
DOM, it's the fact that IE is very aggressive at caching. You need to
set the appropriate HTTP headers on the JSON, or just add a random slug
to the JSON URL.
http://en.wikipedia.org/wiki/
XMLHttpRequest#Microsoft_Internet_Explorer_Cache_issues
From the sounds of that, using POST instead of GET would avoid the
issue. It appears MochiKit.Async uses GET to do its work. What would
be the downside of using POST instead?
-Peter
- [mochikit] Re: IE - swapDOM Peter Hansen
-