Side navigation
#4166 closed bug (invalid)
Opened February 16, 2009 04:56PM UTC
Closed February 28, 2009 07:45PM UTC
Last modified March 14, 2012 03:04PM UTC
Error: 'length' is null or not an object
Reported by: | damodharan | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | ajax | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When using jquery with an Ajax call I'm get the following error message.
Line: 251
Error: 'length' is null or not an object
I found that this error comes from the line
for ( var i = 0, length =elems.length; i < length; i++ ) { in map function of jquery.1.2.6.js.
Any help to resolve this would be very much appreciated.
Can you link to a test case showing your issue?
I just tried $.ajax with jQuery 1.2.6 and it seems to be working fine:
http://jquery.nodnod.net/cases/128