{"id":19555088,"url":"https://github.com/kanety/jquery-simple-popup","last_synced_at":"2026-06-07T21:01:54.411Z","repository":{"id":113655587,"uuid":"171100169","full_name":"kanety/jquery-simple-popup","owner":"kanety","description":null,"archived":false,"fork":false,"pushed_at":"2019-02-23T14:28:29.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T19:31:51.687Z","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/kanety.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-17T08:46:13.000Z","updated_at":"2019-02-23T14:28:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"d39fca8c-d62e-432d-8467-e3dd7bb841e4","html_url":"https://github.com/kanety/jquery-simple-popup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kanety/jquery-simple-popup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanety%2Fjquery-simple-popup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanety%2Fjquery-simple-popup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanety%2Fjquery-simple-popup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanety%2Fjquery-simple-popup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kanety","download_url":"https://codeload.github.com/kanety/jquery-simple-popup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanety%2Fjquery-simple-popup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285327645,"owners_count":27152947,"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-11-19T02:00:05.673Z","response_time":65,"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-11-11T04:31:41.613Z","updated_at":"2025-11-19T21:02:52.268Z","avatar_url":"https://github.com/kanety.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jquery-simple-popup\n\nA jquery plugin for simple popup contents.\n\n## Dependencies\n\n* jquery\n\n## Installation\n\nInstall from npm:\n\n    $ npm install @kanety/jquery-simple-popup --save\n\n## Usage\n\nBuild html as follows:\n\n```html\n\u003cbutton type=\"button\" id=\"basic\"\u003eButton\u003c/button\u003e\n\u003cdiv id=\"basic_content\"\u003e\n  \u003cdiv\u003econtent\u003c/div\u003e\n  \u003cdiv\u003econtent\u003c/div\u003e\n\u003c/div\u003e\n```\n\nThen run:\n\n```javascript\n$('#basic').simplePopup('#basic_content');\n```\n\nChange popup position:\n\n```javascript\n$('#basic').simplePopup('#basic_content', {\n  position: 'right-start'\n});\n```\n\nFollowing positions are available:\n\n* top-start\n* top-end\n* bottom-start (Default)\n* bottom-end\n* left-start\n* left-end\n* right-start\n* right-end\n\n### Context menu\n\n```html\n\u003cdiv id=\"context\"\u003eText\u003c/div\u003e\n\u003cdiv id=\"context_content\"\u003e\n  \u003cdiv\u003econtent\u003c/div\u003e\n  \u003cdiv\u003econtent\u003c/div\u003e\n\u003c/div\u003e\n```\n\n```javascript\n$('#context').simplePopup('#context_content', {\n  trigger: 'contextmenu'\n});\n```\n\n## License\n\nThe library is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanety%2Fjquery-simple-popup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkanety%2Fjquery-simple-popup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanety%2Fjquery-simple-popup/lists"}