Skip to content

jQuery based menu. It is modern, easy to integrate, easy to use.

License

Notifications You must be signed in to change notification settings

Ti-R/jquery.Nice-Menu

Repository files navigation

Nice-Menu

jQuery based menu. It is modern javascript, easy to integrate, easy to use.

Features

  • Disable.
  • Checkbox.
  • Radio buttons.
  • Click outside the menu, close it.

Dependencies

Simple Demo

2 screenshots of the possibilities, with sub menu and checkbox and radio buttons.

Nice-Menu Nice-Menu

Nice-Menu Nice-Menu

There is a demos inside demos directory

  • demo-basic.html:
    • It show how to use it with all possibilities.
    • You can open the console (F12) to see events on clicks.

How to use it

  • Html: You need 1 div to position the menu.
	<div class="menu" id="MainMenu"></div>
  • Javascript:
	var niceMenu = new TR.NiceMenu("MainMenu");
	var menuFile = niceMenu.AddEntry("File");
	menuFile.AddEntry("Save","Ctrl+S", ClickIntrospect);
	menuFile.AddEntry("Save As","Shift+Ctrl+C", ClickIntrospect);

Reason

I needed a menu for my project OSLED for free and because I couldn't find a good one fitting all my needs, I just create my own :)

License

The MIT License (MIT), check "LICENSE" file.

Changelog

  • Version 1.0.0
    • Release

About

jQuery based menu. It is modern, easy to integrate, easy to use.

Resources

License

Stars

Watchers

Forks

Packages

No packages published