{"id":19343067,"url":"https://github.com/gdibble/jquery-cleaneventattachment","last_synced_at":"2025-06-11T00:06:42.739Z","repository":{"id":11143075,"uuid":"13509741","full_name":"gdibble/jquery-cleanEventAttachment","owner":"gdibble","description":"jQuery plug-in to disattach and attach event handlers in one shortcut function","archived":false,"fork":false,"pushed_at":"2014-05-23T01:53:30.000Z","size":148,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T17:06:51.047Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/gdibble.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-11T21:09:00.000Z","updated_at":"2021-01-15T01:46:21.000Z","dependencies_parsed_at":"2022-09-23T19:20:19.805Z","dependency_job_id":null,"html_url":"https://github.com/gdibble/jquery-cleanEventAttachment","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdibble%2Fjquery-cleanEventAttachment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdibble%2Fjquery-cleanEventAttachment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdibble%2Fjquery-cleanEventAttachment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdibble%2Fjquery-cleanEventAttachment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gdibble","download_url":"https://codeload.github.com/gdibble/jquery-cleanEventAttachment/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdibble%2Fjquery-cleanEventAttachment/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259172969,"owners_count":22816558,"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-11-10T03:37:15.854Z","updated_at":"2025-06-11T00:06:42.704Z","avatar_url":"https://github.com/gdibble.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"jquery-cleanEventAttachment\n===========================\n\njQuery plug-in to disattach and attach event handlers in one shortcut function\n\n\nHelper functions to:\n* $.unbind('event.namespace').bind('event.namespace', function () { /*callback*/ })\n* $.off('event.namespace').on('event.namespace', '.selector', function () { /*callback*/ })\n\nSimply call:\n```\njQuery('.selector')\n  .cleanBind('click.test', function () {\n    alert('test');\n  });\n```\nor\n```\n$('.selector')\n  .cleanOn('click.test', '.otherSelector', function () {\n    alert('test');\n  });\n```\n\n\n*Internally uses $.on(), thus requiring \u003e= jQuery 1.7*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgdibble%2Fjquery-cleaneventattachment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgdibble%2Fjquery-cleaneventattachment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgdibble%2Fjquery-cleaneventattachment/lists"}