Quantcast
Channel: jQuery: Ticket #13021: each() cannot work well with a literal object who has a length member
Browsing latest articles
Browse All 12 View Live

Article 5

This bug is not exactly fixed. There are still some cases that make each function do not work well. For example:// If the object.length == 0 var objWithLength = { length: 0, a: 1 }; // use each on...

View Article



Article 4

Replying to anonymous: $.each($("ul#prod_nav li"), function (key, data) { console.log(key) }) Not working, please help me with correct code for latest Jquery 2.x May be you have something wrong in you...

View Article

Article 3

$.each($("ul#prod_nav li"), function (key, data) { console.log(key) }) Not working, please help me with correct code for latest Jquery 2.x

View Article

status changed; resolution set

status changed from assigned to closedresolution set to fixed Fixes #13021. Normalization of core utility array like detection based on standard protocol by Richard Gibson <richard.gibson@…>....

View Article

status, component, priority, milestone, type changed; owner set

status changed from new to assignedcomponent changed from unfiled to corepriority changed from undecided to lowmilestone changed from None to 1.9owner set to gibson042type changed from bug to feature...

View Article


Article 0

if i have a literal object with length attribute, the each() function cannot work well as what i want. For example: var objWithLength = { length: 2, a: 1 }; jQuery.each(objWithLength, function(key,...

View Article
Browsing latest articles
Browse All 12 View Live




Latest Images