Skip to main content

Bug Tracker

Side navigation

#13679 closed feature (wontfix)

Opened March 27, 2013 02:35PM UTC

Closed March 27, 2013 02:42PM UTC

add to '$.each' callback when 'each' complete

Reported by: pixmaster.vin@gmail.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.9.1
Keywords: Cc:
Blocked by: Blocking:
Description
Attachments (0)
Change History (1)

Changed March 27, 2013 02:42PM UTC by scottgonzalez comment:1

resolution: → wontfix
status: newclosed

This doesn't add any value since $.each() is synchronous.

$.each( thing, callback );
complete();