Changes between Version 1 and Version 2 of Ticket #8993, comment 3
- Timestamp:
- Apr 30, 2011, 5:33:55 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8993, comment 3
v1 v2 3 3 "Array-like objects, such as jQuery collections, are treated as arrays. In other words, if an object has a .length property and a value on the .length - 1 index, it is traversed as an array." 4 4 5 By such definition, in my opinion, NodeLists with length > 0 are also array-like objects. 6 7 Are you saying that DOM objects are not objects? If so, can you point me to that part? 5 Ah yea, it's because of #9023, how silly of me.