{"id":13534872,"url":"https://github.com/cowboy/jquery-throttle-debounce","last_synced_at":"2025-05-16T01:04:56.470Z","repository":{"id":832058,"uuid":"549996","full_name":"cowboy/jquery-throttle-debounce","owner":"cowboy","description":"jQuery throttle / debounce: Sometimes, less is more!","archived":false,"fork":false,"pushed_at":"2023-01-03T15:55:50.000Z","size":379,"stargazers_count":1123,"open_issues_count":18,"forks_count":188,"subscribers_count":32,"default_branch":"master","last_synced_at":"2025-05-08T12:06:04.963Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://benalman.com/projects/jquery-throttle-debounce-plugin/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cowboy.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-GPL","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-03-06T17:34:34.000Z","updated_at":"2025-02-10T05:47:48.000Z","dependencies_parsed_at":"2023-01-13T10:42:32.553Z","dependency_job_id":null,"html_url":"https://github.com/cowboy/jquery-throttle-debounce","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cowboy%2Fjquery-throttle-debounce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cowboy%2Fjquery-throttle-debounce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cowboy%2Fjquery-throttle-debounce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cowboy%2Fjquery-throttle-debounce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cowboy","download_url":"https://codeload.github.com/cowboy/jquery-throttle-debounce/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254448579,"owners_count":22072764,"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","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-08-01T08:00:45.165Z","updated_at":"2025-05-16T01:04:56.386Z","avatar_url":"https://github.com/cowboy.png","language":"JavaScript","funding_links":[],"categories":["Plugins","JavaScript"],"sub_categories":[],"readme":"# jQuery jQuery throttle / debounce: Sometimes, less is more! #\n[http://benalman.com/projects/jquery-throttle-debounce-plugin/](http://benalman.com/projects/jquery-throttle-debounce-plugin/)\n\nVersion: 1.1, Last updated: 3/7/2010\n\njQuery throttle / debounce allows you to rate-limit your functions in multiple useful ways. Passing a delay and callback to `$.throttle` returns a new function that will execute no more than once every `delay` milliseconds. Passing a delay and callback to `$.debounce` returns a new function that will execute only once, coalescing multiple sequential calls into a single execution at either the very beginning or end.\n\nVisit the [project page](http://benalman.com/projects/jquery-throttle-debounce-plugin/) for more information and usage examples!\n\n\n## Documentation ##\n[http://benalman.com/code/projects/jquery-throttle-debounce/docs/](http://benalman.com/code/projects/jquery-throttle-debounce/docs/)\n\n\n## Examples ##\nThese working examples, complete with fully commented code, illustrate a few\nways in which this plugin can be used.\n\n[http://benalman.com/code/projects/jquery-throttle-debounce/examples/throttle/](http://benalman.com/code/projects/jquery-throttle-debounce/examples/throttle/)  \n[http://benalman.com/code/projects/jquery-throttle-debounce/examples/debounce/](http://benalman.com/code/projects/jquery-throttle-debounce/examples/debounce/)  \n\n## Support and Testing ##\nInformation about what version or versions of jQuery this plugin has been\ntested with, what browsers it has been tested in, and where the unit tests\nreside (so you can test it yourself).\n\n### jQuery Versions ###\nnone, 1.3.2, 1.4.2\n\n### Browsers Tested ###\nInternet Explorer 6-8, Firefox 2-3.6, Safari 3-4, Chrome, Opera 9.6-10.1.\n\n### Unit Tests ###\n[http://benalman.com/code/projects/jquery-throttle-debounce/unit/](http://benalman.com/code/projects/jquery-throttle-debounce/unit/)\n\n\n## Release History ##\n\n1.1 - (3/7/2010) Fixed a bug in jQuery.throttle where trailing callbacks executed later than they should. Reworked a fair amount of internal logic as well.  \n1.0 - (3/6/2010) Initial release as a stand-alone project. Migrated over from jquery-misc repo v0.4 to jquery-throttle repo v1.0, added the no_trailing throttle parameter and debounce functionality.  \n\n\n## License ##\nCopyright (c) 2010 \"Cowboy\" Ben Alman  \nDual licensed under the MIT and GPL licenses.  \n[http://benalman.com/about/license/](http://benalman.com/about/license/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcowboy%2Fjquery-throttle-debounce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcowboy%2Fjquery-throttle-debounce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcowboy%2Fjquery-throttle-debounce/lists"}