Skip to content

Menendez-Oscar/Context.js

 
 

Repository files navigation

Context.js

Visit the Website, lab.jakiestfu.com/contextjs/

About

Context.js is a lightweight solution for contextual menus. Currently, there are two versions.

The first is to be used with Twitters Bootstrap (bootstrap.css specifically). If you do not use or want to use bootstrap.css, there is a standalone stylesheet to give the menu it's base styles.

Features

  • Linted: Valid JS
  • Can be used with or without Twitters Bootstrap.css
  • Icon support for menu items with Twitter Bootstrap icons, and jquery ui-icons
  • Event Based Links
  • Anchor Links
  • Headers
  • Dividers
  • Recursive Menus (infinite depth)
  • Vertical Space Detection (turns into a "dropup")
  • Horizontal Space Detection (Drops to the left instead of right)
  • Add/Delete menus Dynamically
  • Even works on Inline Links
  • Dynamic menu items through callbacks during menu creation
  • Lets you declare a callback to be triggered, before menu opens
  • Lets you pick between left and right click to use as your menu trigger

About

Contextual Menus with Twitters Bootstrap.css

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.5%
  • CSS 29.8%
  • HTML 13.7%