{"id":24711954,"url":"https://github.com/borgar/jquery-processeach","last_synced_at":"2026-05-18T02:36:22.810Z","repository":{"id":1384431,"uuid":"1339462","full_name":"borgar/jquery-processeach","owner":"borgar","description":"An jquery each-like function for long running operations","archived":false,"fork":false,"pushed_at":"2011-02-07T21:12:27.000Z","size":92,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-26T04:59:35.391Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/borgar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-02-07T21:10:57.000Z","updated_at":"2013-10-04T07:31:29.000Z","dependencies_parsed_at":"2022-07-07T10:54:23.062Z","dependency_job_id":null,"html_url":"https://github.com/borgar/jquery-processeach","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/borgar/jquery-processeach","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borgar%2Fjquery-processeach","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borgar%2Fjquery-processeach/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borgar%2Fjquery-processeach/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borgar%2Fjquery-processeach/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/borgar","download_url":"https://codeload.github.com/borgar/jquery-processeach/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borgar%2Fjquery-processeach/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33162688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-27T07:16:40.067Z","updated_at":"2026-05-18T02:36:22.795Z","avatar_url":"https://github.com/borgar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jQuery.processEach\n\nThis is a small jQuery plugin that allows you to run long running processor intensive loops without the browser interrupting the process with a \"long running script\" dialog.\n\nThe function's API is like jQuery's built in [`jQuery.each`](http://api.jquery.com/jQuery.each/), but with two exceptions:\n\n1. It runs asynchronously (so you can consider the lines following it's invocation will be run \"parallel\" to the loop). This is similar to how `jQuery.ajax()` works.\n\n2. It takes an additional callback that is run when the loop is exited:\n\n        jQuery.processEach( someArray, function( index, value ){\n          // return false will break the loop\n        },\n        function ( subject, result ) {\n          // subject is the original collection being processed\n          // result is the last return value from first callback\n        });\n\n    This second function passes two parameters:\n\n    1. The original collection object (or array) being processed.\n    2. The last return value from the former callback. This is mostly useful\n       to check if the loop was broken out of (with `return false`).\n\nThe process is yielded every iteration if it [has passed 100ms of execution](http://www.nczonline.net/blog/2009/08/11/timed-array-processing-in-javascript/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborgar%2Fjquery-processeach","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborgar%2Fjquery-processeach","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborgar%2Fjquery-processeach/lists"}