{"id":20820985,"url":"https://github.com/hubgit/jquery-ajax-queue","last_synced_at":"2025-09-02T03:43:58.533Z","repository":{"id":13367614,"uuid":"16055272","full_name":"hubgit/jquery-ajax-queue","owner":"hubgit","description":"jQuery Ajax Queue","archived":false,"fork":false,"pushed_at":"2014-02-20T21:20:01.000Z","size":236,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"gh-pages","last_synced_at":"2025-08-31T04:56:20.641Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://git.macropus.org/jquery-ajax-queue/jquery.ajaxQueue.js","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hubgit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-19T21:58:35.000Z","updated_at":"2015-10-22T14:47:42.000Z","dependencies_parsed_at":"2022-09-03T02:31:45.755Z","dependency_job_id":null,"html_url":"https://github.com/hubgit/jquery-ajax-queue","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/hubgit/jquery-ajax-queue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hubgit%2Fjquery-ajax-queue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hubgit%2Fjquery-ajax-queue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hubgit%2Fjquery-ajax-queue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hubgit%2Fjquery-ajax-queue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hubgit","download_url":"https://codeload.github.com/hubgit/jquery-ajax-queue/tar.gz/refs/heads/gh-pages","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hubgit%2Fjquery-ajax-queue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273227280,"owners_count":25067684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"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":"2024-11-17T22:10:54.543Z","updated_at":"2025-09-02T03:43:58.517Z","avatar_url":"https://github.com/hubgit.png","language":"JavaScript","readme":"# jQuery Ajax Queue\n\n[Demonstration](http://git.macropus.org/jquery-ajax-queue/demo/)\n\n## Usage\n\n### Make a request\n\n    $.ajaxQueue(params, options);\n\n`params`: parameters object, passed through to [jQuery.ajax](http://api.jquery.com/jquery.ajax/)\n\n`options`: options object, for the queued item\n\n* `queue: string`: queue name (default = 'default')\n* `priority: boolean`: true = insert at the front of the queue (default = false)\n* `tries: integer`: retry the request n times if it fails due to server error (default = 3)\n* `limit: integer`: delay, in milliseconds, after this request (default = 0)\n\n### Set the number of concurrent requests\n\n    $.ajaxQueue.concurrent(n);\n\n`n`: how many requests to run concurrently (will cause responses to return out of sequence)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhubgit%2Fjquery-ajax-queue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhubgit%2Fjquery-ajax-queue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhubgit%2Fjquery-ajax-queue/lists"}