/jQuery.deferredEach

A deferred version of jQuery.each() that can iterate over large data sets without locking up the browser. You can add callbacks using the standard jQuery methods .then(), .done(), .fail(), .always(), and .progress().

Primary LanguageJavaScriptMIT LicenseMIT

Watchers