That part of the code is the $.each iteration.  What is the call stack when
the error is thrown?

Without a better context, it's going to be really hard to see what's going
on.

Do you have a demo page with this error?  Even if you can't post the full
page for security reasons, if you can reproduce the error with a simpler
demo page that would help track it down.

JK

-----Original Message-----
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of darren
Sent: Wednesday, July 02, 2008 3:00 PM
To: jQuery (English)
Subject: [jQuery] cant upgrade from 1.2.3 to 1.2.6


Hi

I'm trying to upgrade a project from jquery 1.2.3 to 1.2.6, but doing
so is causing a error in my script  Firebug gives the error:

object is undefined
var name, i = 0, length = object.length;
http://........../script/jquery-1.2.6.js
Line 725

I'm going to try to step through my code and narrow down the problem,
but i'd appreciate any other suggestions.  thanks

Reply via email to