jquery-contextmenu-common
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "jquery-contextmenu-common", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "jQuery plugin to add common checkable menu items `checkbox` and `radio` and more features to jQuery.contextMenu.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"name": "jquery-contextmenu-common", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"title": "jQuery.contextMenuCommon", | ||
@@ -5,0 +5,0 @@ "description": "jQuery plugin to add common checkable menu items `checkbox` and `radio` and more features to jQuery.contextMenu.", |
@@ -25,9 +25,9 @@ # jQuery.contextMenuCommon | ||
```html | ||
<link href="jquery.contextMenu.min.css" rel="stylesheet"/> | ||
<link href="jquery.contextMenuCommon.min.css" rel="stylesheet"/> | ||
<link href="dist/fixed/jquery.contextMenu.min.css" rel="stylesheet"> | ||
<link href="dist/jquery.contextMenuCommon.min.css" rel="stylesheet"> | ||
<script src="jquery.min.js"></script> | ||
<script src="jquery.ui.position.min.js"></script> | ||
<script src="jquery.contextMenu.mi.js"></script> | ||
<script src="jquery.contextMenuCommon.min.js"></script> | ||
<script src="dist/jquery.min.js"></script> | ||
<script src="dist/jquery-ui-position.min.js"></script> | ||
<script src="dist/fixed/jquery.contextMenu.min.js"></script> | ||
<script src="dist/jquery.contextMenuCommon.min.js"></script> | ||
``` | ||
@@ -34,0 +34,0 @@ |
202336
33
838