Sorry, but no one would be able to tell what might be wrong from that
description.

In most cases, a bug like this is an error in how you're calling a jQuery
function. If you use Firebug and have it break on all errors, you can look
at the stack trace and see what call you made that triggered the problem.
Or, of course, it could be a bug in jQuery itself.

Post a link to a test page that illustrates the problem and I'm sure someone
can help you out.

-Mike 

> From: kayode81un...@gmail.com
> 
> I have a page that when loaded, it gets a javascript error.  
> It occurs in jquery-1.2.6.js on line 662 on this line:
>  var id = elem[ expando ];
> It says elem is undefined.  This occurs in IE and FF.  This 
> only occurs on this specific page.  It is an aspx page.  Thanks

Reply via email to