Hi, I am not exactly sure what to do with this:

  [Exception... "Component returned failure code: 0x80004005 
(NS_ERROR_FAILURE)
  [nsIXMLHttpRequest.setRequestHeader]" nsresult: "0x80004005 
(NS_ERROR_FAILURE)" location: "JS frame ::
  http://newsride/shared/js/jquery.js?v=20060909-4 :: anonymous :: line 
1698" data: no]

In jquery.js Rev 288, line 1698:

  // Set header so calling script knows that it's an XMLHttpRequest
  xml.setRequestHeader("X-Requested-With", "XMLHttpRequest");

It happens "only" occasionally, but I can't simply ignore it since it 
breaks one of my applications key parts. And it's sad that I can't see 
the backtrace in Firebug, so I can't tell much more about the 
environment. The only thing I know is that a simple

  $('#id').load(url);

is causing this.

Any ideas?
Thank you, Arash

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to