Opened 16 years ago
Closed 14 years ago
#1305 closed enhancement (fixed)
The doc about $.map function is wrong
Reported by: | rformato | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.1.3 |
Component: | docs | Version: | 1.1.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The doc states that $.map passes only one argument to the function that have to be applied to each element.
In fact it passes two arguments, the element and its index.
Note: See
TracTickets for help on using
tickets.