Modify ↓
Ticket #754 (closed bug: fixed)
Error in docs for $.each() callback
| Reported by: | aaron.heimlich@… | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1a |
| Component: | docs | Version: | 1.0 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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/
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

See also http://www.nabble.com/break-in-%24.each-tf2918258.html#a8170211