{"id":16410527,"url":"https://github.com/skipperbent/simple-bootstrap-contextmenu","last_synced_at":"2026-02-16T03:33:05.217Z","repository":{"id":58231191,"uuid":"59596558","full_name":"skipperbent/simple-bootstrap-contextmenu","owner":"skipperbent","description":"Simple jQuery context-menu for Bootstrap","archived":false,"fork":false,"pushed_at":"2016-05-24T18:10:09.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-10T03:37:22.712Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/skipperbent.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":"2016-05-24T18:03:48.000Z","updated_at":"2016-10-12T10:20:42.000Z","dependencies_parsed_at":"2022-08-31T00:22:02.877Z","dependency_job_id":null,"html_url":"https://github.com/skipperbent/simple-bootstrap-contextmenu","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/skipperbent/simple-bootstrap-contextmenu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skipperbent%2Fsimple-bootstrap-contextmenu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skipperbent%2Fsimple-bootstrap-contextmenu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skipperbent%2Fsimple-bootstrap-contextmenu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skipperbent%2Fsimple-bootstrap-contextmenu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skipperbent","download_url":"https://codeload.github.com/skipperbent/simple-bootstrap-contextmenu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skipperbent%2Fsimple-bootstrap-contextmenu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29499615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T02:07:14.481Z","status":"online","status_checked_at":"2026-02-16T02:03:22.852Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","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-11T06:43:11.485Z","updated_at":"2026-02-16T03:33:05.198Z","avatar_url":"https://github.com/skipperbent.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"Bootstrap Context Menu\n======================\n\nA context menu extension of Bootstrap made for everyone's convenience.\n\nDemo available here: http://rawgit.com/skipperbent/simple-bootstrap-contextmenu/master/index.html\n\nInstallation\n------------\n\n`bower install simple-bootstrap-contextmenu`\n\nExample\n-------\n\nCreate context-menu\n\n```html\n\u003cul id=\"contextMenu\" class=\"dropdown-menu\" role=\"menu\" style=\"display:none\" \u003e\n    \u003cli\u003e\u003ca tabindex=\"-1\" href=\"#\"\u003eAction\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca tabindex=\"-1\" href=\"#\"\u003eAnother action\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca tabindex=\"-1\" href=\"#\"\u003eSomething else here\u003c/a\u003e\u003c/li\u003e\n    \u003cli class=\"divider\"\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca tabindex=\"-1\" href=\"#\"\u003eSeparated link\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n```\n\n```js\n$(\"#myTable td\").contextMenu({\n    menuSelector: \"#contextMenu\",\n    menuSelected: function (invokedOn, selectedMenu) {\n        var msg = \"You selected the menu item '\" + selectedMenu.text() +\n            \"' on the value '\" + invokedOn.text() + \"'\";\n        alert(msg);\n    }\n});\n```\n\n### Adding animation\n\nThe css attribute `visible` will be added to the context-menu when visible. You can use this class to add CSS animations to the context-menu.\n\n### License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskipperbent%2Fsimple-bootstrap-contextmenu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskipperbent%2Fsimple-bootstrap-contextmenu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskipperbent%2Fsimple-bootstrap-contextmenu/lists"}