[jQuery] find cause of uncaught exception

[jQuery] find cause of uncaught exception


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
--
View this message in context: http://www.nabble.com/find-cause-of-uncaught-exception-tf2790738.html#a7786143
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/