contextMenu.js ==============

contextMenu.js is a plugin to create windows like context menu with keyboard interaction, different type of inputs ,trigger events and much more.
Why contextMenu.js ?:

See demo and documentation on http://ignitersworld.com/lab/contextMenu.html

Major Updates

1.4.0

  1. Added support for touch devices. (Make sure to update css file too)
  2. Removed sizeStyle option and forced menu to take height of inner content. With size style auto lot of issue with different devices were coming.

1.2.0

  1. Added a "closeOnClick" option to close contentext menu on click of any item.
  2. Added a className key when generating context menu through object to give style on specific item of menu.
  3. Fixed keybord event.