Opened 16 years ago
Closed 16 years ago
#2111 closed enhancement (fixed)
allow breaking out of $.each() for objects
Reported by: | scottgonzalez | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.2 |
Component: | core | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Returning false inside the function of $.each() breaks out of the iteration for arrays, but not objects.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
patch to allow breaking out of $.each() for objects