jQuery: The Write Less, Do More JavaScript Library

Ticket #2111 (closed enhancement: fixed)

Opened 4 months ago

Last modified 4 months ago

allow breaking out of $.each() for objects

Reported by: scott.gonzalez Assigned to: anonymous
Type: enhancement Priority: minor
Milestone: 1.2.2 Component: core
Version: 1.2.1 Keywords:
Cc: Needs: Review

Description

Returning false inside the function of $.each() breaks out of the iteration for arrays, but not objects.

Attachments

each.patch (1.1 kB) - added by scott.gonzalez 4 months ago.
patch to allow breaking out of $.each() for objects

Change History

Changed 4 months ago by scott.gonzalez

patch to allow breaking out of $.each() for objects

Changed 4 months ago by john

  • status changed from new to closed
  • resolution set to fixed

Fixed in SVN rev [4447].

Note: See TracTickets for help on using tickets.