{"id":25119058,"url":"https://github.com/ax5ui/ax5ui-menu","last_synced_at":"2026-03-15T00:13:20.140Z","repository":{"id":57188534,"uuid":"53380313","full_name":"ax5ui/ax5ui-menu","owner":"ax5ui","description":"Javascript UI Component - Menu (Context Menu, Inline Menu)","archived":false,"fork":false,"pushed_at":"2019-04-10T03:57:42.000Z","size":884,"stargazers_count":21,"open_issues_count":3,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-05T23:02:58.511Z","etag":null,"topics":["bootstrap-menu","context-menu","jquery","jquery-menu","menu"],"latest_commit_sha":null,"homepage":"http://ax5.io/ax5ui-menu/demo/index.html","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/ax5ui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-08T03:44:06.000Z","updated_at":"2020-11-14T09:14:44.000Z","dependencies_parsed_at":"2022-08-30T16:11:19.210Z","dependency_job_id":null,"html_url":"https://github.com/ax5ui/ax5ui-menu","commit_stats":null,"previous_names":[],"tags_count":265,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ax5ui%2Fax5ui-menu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ax5ui%2Fax5ui-menu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ax5ui%2Fax5ui-menu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ax5ui%2Fax5ui-menu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ax5ui","download_url":"https://codeload.github.com/ax5ui/ax5ui-menu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249265636,"owners_count":21240609,"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":["bootstrap-menu","context-menu","jquery","jquery-menu","menu"],"created_at":"2025-02-08T04:32:43.107Z","updated_at":"2026-03-15T00:13:20.104Z","avatar_url":"https://github.com/ax5ui.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/ax5ui/ax5ui-menu.svg?branch=master)](https://travis-ci.org/ax5ui/ax5ui-menu)\n[![npm version](https://badge.fury.io/js/ax5ui-menu.svg)](https://badge.fury.io/js/ax5ui-menu)\n[![](https://img.shields.io/npm/dm/ax5ui-menu.svg)](https://www.npmjs.com/package/ax5ui-menu)\n\n\n# ax5ui-menu\n\"menu\" displays a list of items in a hierarchical structure.\n\n![ax5menu](src/ax5menu.gif)\n\n\u003e *Dependencies*\n\u003e * _[jQuery 1.X+](http://jquery.com/)_\n\u003e * _[ax5core](http://ax5.io/ax5core)_\n\u003e * _[bootstrap](http://getbootstrap.com/)_\n\n\n### Install with bower\n```sh\nbower install ax5ui-menu\n```\n[bower](http://bower.io/#install-bower) is web front-end package manager.\n[bower](http://bower.io/#install-bower) is web front-end package manager.\nWhen you install `bower`, it will be installed under the `bower_components` folder to resolve the plug-in dependencies.  \n(You can change the folder location. [.bowerrc](http://bower.io/docs/config/#bowerrc-specification) )\n\nIt is recommended that you install by using `bower`. \nIf you've never used bower, please refer to [http://bower.io/#install-bower](http://bower.io/#install-bower).\n\n### Install with npm\nIf you do not use bower, it also can be installed by using npm as an alternative.\nIn case of npm, which is the package manager for the front end, you need to solve the problem of plug-in dependencies.\n\n```sh\nnpm install jquery\nnpm install ax5core\nnpm install ax5ui-menu\n```\n\nAfter downloading the install file of npm, you will need to copy it to the location where you want to use as a resource for the project.\nIf the copy process is inconvenient, it also can be done easily by using `gulp` or `grunt`.\n\n### Download code\n- [ax5core Github releases](https://github.com/ax5ui/ax5core/releases)\n- [ax5ui-menu Github releases](https://github.com/ax5ui/ax5ui-menu/releases)\n\n\n### Insert \"ax5menu\" in HTML HEAD.\nFolder location can be any for your project. However, please be sure to assign the right path in the project.\n\n```html\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"https://cdn.rawgit.com/ax5ui/ax5ui-menu/master/dist/ax5menu.css\" /\u003e\n\u003cscript src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js\"\u003e\u003c/script\u003e\n\u003cscript type=\"text/javascript\" src=\"https://cdn.rawgit.com/ax5ui/ax5core/master/dist/ax5core.min.js\"\u003e\u003c/script\u003e\n\u003cscript type=\"text/javascript\" src=\"https://cdn.rawgit.com/ax5ui/ax5ui-menu/master/dist/ax5menu.min.js\"\u003e\u003c/script\u003e\n```\n\n**CDN urls**\nThis is a list of CDN urls for ax5ui-menu. ax5ui offers the CDN services through rawgit.\n```\nhttps://cdn.rawgit.com/ax5ui/ax5ui-menu/master/dist/ax5menu.css\nhttps://cdn.rawgit.com/ax5ui/ax5ui-menu/master/dist/ax5menu.js\nhttps://cdn.rawgit.com/ax5ui/ax5ui-menu/master/dist/ax5menu.min.js\n```\n\n### Basic Usage\n```js\nvar menu = new ax5.ui.menu({\n    theme: 'primary',\n    items: [\n        {label: \"Menu 0\"},\n        {label: \"Menu 1\"}\n    ]\n});\n\n$(document).bind(\"contextmenu\", function (e) {\n    menu.popup(e); // e || {left: 'Number', top: 'Number', direction: '', width: 'Number'}\n    ax5.util.stopEvent(e);\n});\n```\n\n***\n\n### Preview\n- [See Demonstration](http://ax5.io/ax5ui-menu/demo/index.html)\n\nIf you have any questions, please refer to the following [gitHub](https://github.com/ax5ui/ax5ui-kernel)\n\n## Question\n- https://jsdev.kr/c/axisj/ax5ui\n- https://github.com/ax5ui/ax5ui-kernel/issues\n\n[![axisj-contributed](https://img.shields.io/badge/AXISJ.com-Contributed-green.svg)](https://github.com/axisj)\n![](https://img.shields.io/badge/Seowoo-Mondo\u0026Thomas-red.svg)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fax5ui%2Fax5ui-menu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fax5ui%2Fax5ui-menu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fax5ui%2Fax5ui-menu/lists"}