{"id":15369116,"url":"https://github.com/developit/ford-delegate","last_synced_at":"2025-09-14T02:13:25.123Z","repository":{"id":23821598,"uuid":"27198399","full_name":"developit/ford-delegate","owner":"developit","description":"Delegate Responsibly®","archived":false,"fork":false,"pushed_at":"2015-03-01T16:14:04.000Z","size":152,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-12T00:45:32.986Z","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/developit.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":"2014-11-26T22:10:53.000Z","updated_at":"2023-09-25T07:45:15.000Z","dependencies_parsed_at":"2022-08-31T00:01:32.908Z","dependency_job_id":null,"html_url":"https://github.com/developit/ford-delegate","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/developit/ford-delegate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developit%2Fford-delegate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developit%2Fford-delegate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developit%2Fford-delegate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developit%2Fford-delegate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/developit","download_url":"https://codeload.github.com/developit/ford-delegate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developit%2Fford-delegate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275051636,"owners_count":25396977,"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-14T02:00:10.474Z","response_time":75,"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-10-01T13:34:14.457Z","updated_at":"2025-09-14T02:13:25.086Z","avatar_url":"https://github.com/developit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"ford-delegate\n=============\n\n\u003e Delegate Responsibly®\n\nThis is just a plugin for ford.js that adds event delegation support to `on()` and `off()`.\n\n---\n\nUsage Example\n-------------\n\n```js\n// example handler:\nfunction handler(e) {\n\t// e.target is the element that matched your selector\n\talert( e.target.href );\n\treturn false;\n}\n\n// add a delegate handler:\n$('.parent').on('click', 'a', handler);\n\n// remove a delegate handler:\n$('.parent').off('click', 'a', handler);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevelopit%2Fford-delegate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevelopit%2Fford-delegate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevelopit%2Fford-delegate/lists"}