{"id":16452838,"url":"https://github.com/vitalk/jquery-flyout","last_synced_at":"2026-05-27T16:31:27.637Z","repository":{"id":58229490,"uuid":"36560880","full_name":"vitalk/jquery-flyout","owner":"vitalk","description":"Fly out some box when action occurs","archived":false,"fork":false,"pushed_at":"2015-11-23T15:44:47.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-27T08:29:06.023Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://jsbin.com/xavomu","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/vitalk.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-05-30T14:15:29.000Z","updated_at":"2015-06-01T16:43:12.000Z","dependencies_parsed_at":"2022-09-07T16:14:44.725Z","dependency_job_id":null,"html_url":"https://github.com/vitalk/jquery-flyout","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/vitalk/jquery-flyout","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitalk%2Fjquery-flyout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitalk%2Fjquery-flyout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitalk%2Fjquery-flyout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitalk%2Fjquery-flyout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vitalk","download_url":"https://codeload.github.com/vitalk/jquery-flyout/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitalk%2Fjquery-flyout/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33575510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"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-11T10:13:56.213Z","updated_at":"2026-05-27T16:31:27.620Z","avatar_url":"https://github.com/vitalk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"jQuery Flyout\n=============\n\nFlyout is a piece of content that fly out of a parent when some action occurs,\nfor example, when box is clicked.\n\nInstallation\n------------\n\nThe recommended installation method is a [bower](http://bower.io):\n\n```sh\nbower install --save jquery-flyout\n```\n\nUsage\n-----\n\n```html\n\u003cstyle\u003e\n  .has-flyout .flyout {\n    display: none;\n  }\n  .has-flyout.is-opened .flyout {\n    display: block;\n  }\n\u003c/style\u003e\n\n\u003cdiv class=\"has-flyout\"\u003e\n  \u003cdiv class=\"js-flyout-open\"\u003eShow flyout\u003c/div\u003e\n  \u003cdiv class=\"flyout\"\u003eHello \u003cspan class=\"js-flyout-close\"\u003e× close\u003c/span\u003e\u003c/div\u003e\n\u003c/div\u003e\n\n\u003cscript\u003e\n  (function() {\n    $('.has-flyout').flyout({trigger: {open: '.js-flyout-open',\n                                       close: '.js-flyout-close'}});\n  }());\n\u003c/script\u003e\n```\n\nLicense\n-------\n\nLicensed under the [MIT license](http://mit-license.org/vitalk).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitalk%2Fjquery-flyout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitalk%2Fjquery-flyout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitalk%2Fjquery-flyout/lists"}