Side navigation
#754 closed bug (fixed)
Opened January 05, 2007 08:05PM UTC
Closed January 07, 2007 11:15AM UTC
Last modified June 19, 2007 06:52AM UTC
Error in docs for $.each() callback
Reported by: | aaron.heimlich@gmail | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1a |
Component: | docs | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I recently took a look at the code for $.each and noticed that it passes two arguments to the callback, the name/index of the current item and the item itself (in that order). However, all documentation states that the callback only receives the former as an argument.
Test page: http://aheimlich.freepgs.com/tests/jquery/each-test/
See also http://www.nabble.com/break-in-%24.each-tf2918258.html#a8170211