On Wed, Jul 2, 2008 at 11:59 PM, darren <[EMAIL PROTECTED]> wrote:
>
> 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
>


hard to tell like that: the error occurs on page load or after a
specific event? Does it occur on all browsers?

you should look in the jquery changelog to see if anything in between
12.3 and 1.2.6 could affect your code
.
http://docs.jquery.com/Release:jQuery_1.2.6 (summary)

http://dev.jquery.com/report/27  (full changelog)

-- 
Alexandre Plennevaux
LAb[au]

http://www.lab-au.com

Reply via email to