Skip to content

Create Chrome-styled context menus (right-click menus) for any element.

Notifications You must be signed in to change notification settings

exexzian/jquery-chromeContext

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chromeContext

Build Status

Description

Create Chrome-styled context menus (right-click menus) for any element.

Example usage

$('#trigger').chromeContext({
  items: [
    {
      title: 'Hello',
      onclick: function () { console.log('hello.'); }
    },
    { separator: true },
    {
      title: 'World',
      onclick: function () { console.log('world.'); }
    }
  ]
});

Demo

See the demo directory in the repository or see the online demo.

About

Create Chrome-styled context menus (right-click menus) for any element.

Resources

Stars

Watchers

Forks

Packages

No packages published