I can't see anything offhand - try commenting out most of the code, and testing, then uncommenting a line or two, and testing again, and so on. This will help you narrow the problem down to a particular line, and therefore, particular variables.

Blair

On 10/16/06, somes <[EMAIL PROTECTED]> wrote:

Thought my little ajax application was working fine until on certain pages I
get this error message can some one point my in some direction of what is
taking place to generate the message

Is it just a case that there is no input being passed - the message comes up
using opera(js console) but nothing is displayed in firefox

Unknown thread
Error:
name: TypeError
message: Statement on line 1: Could not convert undefined or null to object
Backtrace:
  Line 1 of eval script
    if (data.constructor == Function)
    if (data)
    jQuery.ajax("GET", url, null, function (r,status)
{
  if (callback)
    callback(jQuery.httpData(r, type), status);
}
, ifModified);
  Line 1 of eval script
    jQuery.get(url, data, callback, "script");
  Line 1 of eval script
    if (this.src)
    else
      Line 1 of eval script
    if (obj.length == undefined)
    else
    return obj;
  Line 1 of eval script
    return jQuery.each(this, fn, args);
  Line 1 of eval script
    if (status == "success" || ! ifModified && status == "notmodified")
    else
      Line 1 of eval script
    if (xml && (xml.readyState == 4 || istimeout == "timeout"))
      At unknown location
    [statement source code not available]

--
View this message in context: http://www.nabble.com/Decipher-error-message-tf2448822.html#a6825775
Sent from the JQuery mailing list archive at Nabble.com.


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

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

Reply via email to