{"id":18062806,"url":"https://github.com/ded/dagron","last_synced_at":"2025-04-11T15:05:19.843Z","repository":{"id":2015131,"uuid":"2950543","full_name":"ded/Dagron","owner":"ded","description":"Ender interface to HTML5 drag and drop","archived":false,"fork":false,"pushed_at":"2012-01-09T18:10:17.000Z","size":113,"stargazers_count":47,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T11:11:29.204Z","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/ded.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-12-09T22:19:20.000Z","updated_at":"2024-03-26T17:48:58.000Z","dependencies_parsed_at":"2022-09-16T13:02:03.515Z","dependency_job_id":null,"html_url":"https://github.com/ded/Dagron","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/ded%2FDagron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ded%2FDagron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ded%2FDagron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ded%2FDagron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ded","download_url":"https://codeload.github.com/ded/Dagron/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248429063,"owners_count":21101780,"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-10-31T05:08:29.357Z","updated_at":"2025-04-11T15:05:19.817Z","avatar_url":"https://github.com/ded.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Ender interface to HTML5 Drag and Droppables\n\nWorks like this\n\n``` js\n$('div.draggables').dagron({\n    // all options are 'optional', no pun intended\n    handle: 'div.handle'\n  , target: 'div.droptarget'\n  , start: function (el) {\n      // el is the item you started dragging\n    }\n  , drag: function (el) {\n      // el is dragged element\n    }\n  , drop: function (el) {\n      // el is the target the dragged item was dropped on\n    }\n  , enter: function (el) {\n      // el is the element target you entered into\n    }\n  , leave: function (el) {\n      // el is the item left from\n    }\n  , end: function (el) {\n      // el is the element you stopped dragging\n    }\n})\n```\n\n### Dependencies\nMinimal dependency of [Enders](http://ender.no.de) [Jeesh](http://ender-js.s3.amazonaws.com/jeesh.min.js)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fded%2Fdagron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fded%2Fdagron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fded%2Fdagron/lists"}