{"id":15501943,"url":"https://github.com/apendua/meteor-dropzone","last_synced_at":"2025-04-05T05:16:12.792Z","repository":{"id":12029945,"uuid":"14614328","full_name":"apendua/meteor-dropzone","owner":"apendua","description":"Dropzone helper for Meteor templates","archived":false,"fork":false,"pushed_at":"2013-11-22T10:22:01.000Z","size":108,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T13:13:53.860Z","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/apendua.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":"2013-11-22T09:59:14.000Z","updated_at":"2014-01-16T19:03:18.000Z","dependencies_parsed_at":"2022-09-06T22:31:26.556Z","dependency_job_id":null,"html_url":"https://github.com/apendua/meteor-dropzone","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/apendua%2Fmeteor-dropzone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apendua%2Fmeteor-dropzone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apendua%2Fmeteor-dropzone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apendua%2Fmeteor-dropzone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apendua","download_url":"https://codeload.github.com/apendua/meteor-dropzone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289431,"owners_count":20914464,"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-02T09:06:34.153Z","updated_at":"2025-04-05T05:16:12.774Z","avatar_url":"https://github.com/apendua.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"meteor-dropzone\n===============\n\nTo use call `$.dropzone()` on all nodes where you want to add `dropzone`.\nFor example, if your template looks like this\n\n```html\n\u003ctemplate name=\"myDropzoneTemplate\"\u003e\n  \u003cdiv class=\"droparea\"\u003e\u003c/div\u003e\n\u003c/template\u003e\n```\n\nyou'll need to use your template `rendered` hook:\n\n```javascript\nTemplate.myDroparaTemplate.rendered = function () {\n  $(this.find('.droparea')).dropzone();\n}\n```\n\nTo define the `drop` event use:\n\n```javascript\nTemplate.myTemplate.events({\n  'drop .dropzone': function () {\n    // my drop callback\n  }\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapendua%2Fmeteor-dropzone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapendua%2Fmeteor-dropzone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapendua%2Fmeteor-dropzone/lists"}