#4166 closed bug (invalid)
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.
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | image002.jpg added |
---|
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please attach a test case and reopen if the problem still exists.
Note: See
TracTickets for help on using
tickets.
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