[jQuery] Re: X_REQUESTED_WITH ie6

2008-07-01 Thread armsteadj1
hey ken, I tracked it down.. its because of getJSON using the cached version.. that is what was wrong with mine.. it works fine if you use $.ajax and with json as the return type and cache to false.. =D On Jun 28, 1:10 pm, Ken Gregg <[EMAIL PROTECTED]> wrote: > This may not be an IE6 problem. I h

[jQuery] Re: X_REQUESTED_WITH ie6

2008-06-28 Thread Ken Gregg
This may not be an IE6 problem. I have two pages. One page the header shows up in php, the other page it doesn't. Using FF3, live headers and firebug both say the header is sent. I haven't tried tracking it down yet. Cold be some strange bug somewhere between the browser and php. Of course, could