well, whatever it was, it was cured by installing jquery v. 1.4. Whew.
bmckenzie said the following on 12/10/2006 4:15 PM: > Hi. > > Can someone point me to the likely cause of this error: > > uncaught exception: [Exception... "Component returned failure code: > 0x80004005 (NS_ERROR_FAILURE) [nsIXMLHttpRequest.setRequestHeader]" > nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: > http://localhost/public_html/js/jquery/jquery.js :: anonymous :: line 1" > data: no] > > It's triggered by a script (which I've pared down for debugging) that runs > in a thickbox iframe: > > $( '#newProjectSubmit').click(function(){ > $.ajax({ > url: 'projects.pl' , > type: "POST", > data: {Fred:'1'}, > dataType:'html', > complete: function(){alert('done')} > }); > }); > > This is with FF 2.0. All my other Ajax scripts are working -- and this one > used to ... maybe it's something to do with FF version? > > Thx, > > Bruce -- Bruce McKenzie Business Information Graphics, Inc. 242 W. 36th Street 10th Floor New York, NY 10018 v. 212-477-4288 http://www.2MinuteExplainer.com _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
