[jQuery] Re: using getJSON() with IE vs FF

2007-08-14 Thread Pops
Your are right. I pulled the ajaxComplete() append example from the docs and it had a $(#msg') for the container. I already had the div from another ajax container example so I just change the name. Thanks for the 3rd "evil" eye. :-) -- HLS On Aug 14, 10:11 am, Stephan Beal <[EMAIL PROTECTED

[jQuery] Re: using getJSON() with IE vs FF

2007-08-14 Thread Stephan Beal
On Aug 14, 12:41 pm, Pops <[EMAIL PROTECTED]> wrote: > JSON: > >

[jQuery] Re: using getJSON() with IE vs FF

2007-08-14 Thread Pops
Thanks Dan. Sounds like it might be a candidate for a future option the in jQuery library: ieCacheBypass Add "reqid=epoch" to request if IE is detected and no parameters are passed. I seem to recall another AJAX library having something simlar. Thanks again. -- HLS On Aug 14

[jQuery] Re: using getJSON() with IE vs FF

2007-08-14 Thread Dan G. Switzer, II
Pops, >However, under IE, I am seeing the same JSON result over and over >again. Sounds like a IE caching behavior. It is a caching issue. See this thread for lots of different solutions: http://groups.google.com/group/jquery-en/browse_frm/thread/7d752af6f44f887/d 58e156484a3b959?lnk=gst&q=ajax