{"id":23223004,"url":"https://github.com/dckt/my-popin","last_synced_at":"2025-11-10T02:03:49.955Z","repository":{"id":34029760,"uuid":"37788920","full_name":"DCKT/my-popin","owner":"DCKT","description":"Create your own popin (vanilla js)","archived":false,"fork":false,"pushed_at":"2015-06-21T13:09:26.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-11T13:27:58.474Z","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/DCKT.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":"2015-06-20T22:56:26.000Z","updated_at":"2015-06-20T23:01:43.000Z","dependencies_parsed_at":"2022-07-14T02:30:42.605Z","dependency_job_id":null,"html_url":"https://github.com/DCKT/my-popin","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/DCKT%2Fmy-popin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCKT%2Fmy-popin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCKT%2Fmy-popin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCKT%2Fmy-popin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DCKT","download_url":"https://codeload.github.com/DCKT/my-popin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247365074,"owners_count":20927259,"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-12-18T23:15:46.259Z","updated_at":"2025-11-10T02:03:49.924Z","avatar_url":"https://github.com/DCKT.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# my-popin\n\nCreate your own popin\n\n## Setup\n\n`var Popin = require('my-select');`\n\n## Example\n\n```js\n// app.js\nvar Popin = require('my-select');\n\ndocument.addEventListener('DOMContentLoaded', function() {\n\n  var helloPopin = new Popin({\n    triggerElements:'.test'\n  });\n\n}, false);\n```\n```html\n\u003ca href=\"#\" class=\"test\" data-target=\"popin-test\"\u003eTest\u003c/a\u003e\n\n\u003cdiv class=\"overlay\"\u003e\u003c/div\u003e\n\u003cdiv class=\"popin\" id=\"popin-test\"\u003e\n  \u003cspan class=\"popin-close-button\"\u003eClose X\u003c/span\u003e\n  Hello\n\u003c/div\u003e\n```\n\nNote: if you can't add the overlay in your HTML, it will be append automatiatly.\n\n\n## Support\n\nThis module use classList (IE10+), if you have to support below this version use [this polyfill](https://github.com/eligrey/classList.js/).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdckt%2Fmy-popin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdckt%2Fmy-popin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdckt%2Fmy-popin/lists"}