Easy Context Menu with jQuery and Bootstrap - Contextify

File Size: 22.4 KB
Views Total: 2081
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Easy Context Menu with jQuery and Bootstrap - Contextify

Contextify is a jQuery plugin that enables a simple right click context menu within a given container using Bootstrap dropdowns component. Licensed under the GNU GENERAL PUBLIC LICENSE V2.

How to use it:

1. Load the required Bootstrap's stylesheet in the head section.

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">

2. Place jQuery library and the jQuery contextify plugin anywhere on your web page.

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="src/jquery.contextify.js"></script>

3. Call the plugin on the target container and set an array of items for the context menu.

$('.demo').contextify({

items: [],
menuId: "contextify-menu"

});

Change log:

v1.0.6 (2016-07-30)

  • Fix menu position

v1.0.5 (2016-07-29)

  • Various fixes

v1.0.5 (2015-02-25)


This awesome jQuery plugin is developed by abeMedia. For more Advanced Usages, please check the demo page or visit the official website.