[jQuery] Re: IE6 ajax oddity

2007-08-29 Thread westamastaflash
Theo, your link fixed my problem as well. It seems that IE 6 sometimes wants a few carriage returns in served JSON content when it is parsed. Thanks! Theo Skye wrote: > Also, check this post on Remy Sharp's blog: > > http://remysharp.com/2007/01/16/broken-ajax-nothing-coming-back/ > > Cheers, >

[jQuery] Re: IE6 ajax oddity

2007-08-09 Thread Theo Skye
Hi Bruce, Someone with more experience on this than me can hopefully jump in here, but I noticed your server's response headers for those "Recent" link AJAX requests contained: Content-Typeapplication/json I see that you are specifying that as the "dataType" option on your .ajax() cal

[jQuery] Re: IE6 ajax oddity

2007-08-09 Thread Theo Skye
Also, check this post on Remy Sharp's blog: http://remysharp.com/2007/01/16/broken-ajax-nothing-coming-back/ Cheers, -THEO- On Aug 8, 2007, at 6:51 PM, Bruce MacKay wrote: > > Folks, > > I have a small blog application at http://www.thomasbaine.com/ > thetuis.asp > > The application works

[jQuery] Re: IE6 ajax oddity

2007-08-09 Thread Ganeshji Marwaha
I don't have IE 6 right now, so i won't be able to test the page, but, typically these types of behavior is seen when there is some script error in IE. check to see if there is some error in the javascript end. -GTG On 8/8/07, Bruce MacKay <[EMAIL PROTECTED]> wrote: > > > Folks, > > I have a sma