You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$.contextMenu is a management facility for - you guessed it - context menus. It was designed for an application where there are hundreds of elements that may show a context menu - so intialization speed and memory usage are kept fairly small. It also allows to register context menus without providing actual markup, as $.contextMenu generates DOMElements as needed.
*[Christiaan Baartse](https://github.com/christiaan) (single callback per menu)
104
105
*[Addy Osmani](https://github.com/addyosmani) (compatibility with native context menu in Firefox 8)
105
106
@@ -122,15 +123,15 @@ $.contextMenu is published under the [MIT license](http://www.opensource.org/lic
122
123
123
124
### 1.6.5 (January 20th 2013) ###
124
125
125
-
* fixing "opening a second menu can break the layer" - ([Issue #105](https://github.com/medialize/jQuery-contextMenu/issues/105))
126
+
* fixing "opening a second menu can break the layer" - ([Issue #105](https://github.com/swisnl/jQuery-contextMenu/issues/105))
126
127
127
128
### 1.6.4 (January 19th 2013) ###
128
129
129
-
* fixing [jQuery plugin manifest](https://github.com/medialize/jQuery-contextMenu/commit/413b1ecaba0aeb4e50f97cee35f7c367435e7830#commitcomment-2465216), again. yep. I'm that kind of a guy. :(
130
+
* fixing [jQuery plugin manifest](https://github.com/swisnl/jQuery-contextMenu/commit/413b1ecaba0aeb4e50f97cee35f7c367435e7830#commitcomment-2465216), again. yep. I'm that kind of a guy. :(
@@ -141,36 +142,36 @@ $.contextMenu is published under the [MIT license](http://www.opensource.org/lic
141
142
* fixing potential html parsing problem
142
143
* upgrading to jQuery UI position v1.10.0
143
144
* replaced `CRLF` by `LF` (no idea how this happened in the first place...)
144
-
* adding `options.reposition` to dis/allow simply relocating a menu instead of rebuilding it ([Issue #104](https://github.com/medialize/jQuery-contextMenu/issues/104))
145
+
* adding `options.reposition` to dis/allow simply relocating a menu instead of rebuilding it ([Issue #104](https://github.com/swisnl/jQuery-contextMenu/issues/104))
145
146
146
147
### 1.6.0 (December 29th 2012) ###
147
148
148
-
* adding [DOM Element bound context menus](http://medialize.github.com/jQuery-contextMenu/demo/on-dom-element.html) - ([Issue 88](https://github.com/medialize/jQuery-contextMenu/issues/88))
149
-
* adding class `context-menu-active` to define state on active trigger element - ([Issue 92](https://github.com/medialize/jQuery-contextMenu/issues/92))
150
-
* adding [demo for TouchSwipe](http://medialize.github.com/jQuery-contextMenu/demo/trigger-swipe.html) activation
151
-
* adding export of internal functions and event handlers - ([Issue 101](https://github.com/medialize/jQuery-contextMenu/issues/101))
152
-
* fixing key "watch" might translate to Object.prototype.watch in callbacks map - ([Issue 93](https://github.com/medialize/jQuery-contextMenu/issues/93))
153
-
* fixing menu and submenu width calculation - ([Issue 18](https://github.com/medialize/jQuery-contextMenu/issues/18))
Copy file name to clipboardExpand all lines: demo.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
<scripttype="text/javascript">
20
20
21
21
var_gaq=_gaq||[];
22
-
_gaq.push(['_setAccount','UA-8922143-3']);
22
+
_gaq.push(['_setAccount','UA-66438984-1']);
23
23
_gaq.push(['_trackPageview']);
24
24
25
25
(function(){
@@ -31,9 +31,9 @@
31
31
</script>
32
32
</head>
33
33
<body>
34
-
<aid="github-forkme" href="https://github.com/medialize/jQuery-contextMenu"><imgsrc="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
34
+
<aid="github-forkme" href="https://github.com/swisnl/jQuery-contextMenu"><imgsrc="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
Copy file name to clipboardExpand all lines: demo/accesskeys.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
<scripttype="text/javascript">
20
20
21
21
var_gaq=_gaq||[];
22
-
_gaq.push(['_setAccount','UA-8922143-3']);
22
+
_gaq.push(['_setAccount','UA-66438984-1']);
23
23
_gaq.push(['_trackPageview']);
24
24
25
25
(function(){
@@ -31,9 +31,9 @@
31
31
</script>
32
32
</head>
33
33
<body>
34
-
<aid="github-forkme" href="https://github.com/medialize/jQuery-contextMenu"><imgsrc="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
34
+
<aid="github-forkme" href="https://github.com/swisnl/jQuery-contextMenu"><imgsrc="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
Copy file name to clipboardExpand all lines: demo/accesskeys_test.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
<scripttype="text/javascript">
20
20
21
21
var_gaq=_gaq||[];
22
-
_gaq.push(['_setAccount','UA-8922143-3']);
22
+
_gaq.push(['_setAccount','UA-66438984-1']);
23
23
_gaq.push(['_trackPageview']);
24
24
25
25
(function(){
@@ -31,9 +31,9 @@
31
31
</script>
32
32
</head>
33
33
<body>
34
-
<aid="github-forkme" href="https://github.com/medialize/jQuery-contextMenu"><imgsrc="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
34
+
<aid="github-forkme" href="https://github.com/swisnl/jQuery-contextMenu"><imgsrc="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
Copy file name to clipboardExpand all lines: demo/async-create.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
<scripttype="text/javascript">
20
20
21
21
var_gaq=_gaq||[];
22
-
_gaq.push(['_setAccount','UA-8922143-3']);
22
+
_gaq.push(['_setAccount','UA-66438984-1']);
23
23
_gaq.push(['_trackPageview']);
24
24
25
25
(function(){
@@ -31,9 +31,9 @@
31
31
</script>
32
32
</head>
33
33
<body>
34
-
<aid="github-forkme" href="https://github.com/medialize/jQuery-contextMenu"><imgsrc="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
34
+
<aid="github-forkme" href="https://github.com/swisnl/jQuery-contextMenu"><imgsrc="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
Copy file name to clipboardExpand all lines: demo/callback.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
<scripttype="text/javascript">
20
20
21
21
var_gaq=_gaq||[];
22
-
_gaq.push(['_setAccount','UA-8922143-3']);
22
+
_gaq.push(['_setAccount','UA-66438984-1']);
23
23
_gaq.push(['_trackPageview']);
24
24
25
25
(function(){
@@ -31,9 +31,9 @@
31
31
</script>
32
32
</head>
33
33
<body>
34
-
<aid="github-forkme" href="https://github.com/medialize/jQuery-contextMenu"><imgsrc="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
34
+
<aid="github-forkme" href="https://github.com/swisnl/jQuery-contextMenu"><imgsrc="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
Copy file name to clipboardExpand all lines: demo/callback_test.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
<scripttype="text/javascript">
20
20
21
21
var_gaq=_gaq||[];
22
-
_gaq.push(['_setAccount','UA-8922143-3']);
22
+
_gaq.push(['_setAccount','UA-66438984-1']);
23
23
_gaq.push(['_trackPageview']);
24
24
25
25
(function(){
@@ -31,9 +31,9 @@
31
31
</script>
32
32
</head>
33
33
<body>
34
-
<aid="github-forkme" href="https://github.com/medialize/jQuery-contextMenu"><imgsrc="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
34
+
<aid="github-forkme" href="https://github.com/swisnl/jQuery-contextMenu"><imgsrc="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
Copy file name to clipboardExpand all lines: demo/custom-command.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
<scripttype="text/javascript">
20
20
21
21
var_gaq=_gaq||[];
22
-
_gaq.push(['_setAccount','UA-8922143-3']);
22
+
_gaq.push(['_setAccount','UA-66438984-1']);
23
23
_gaq.push(['_trackPageview']);
24
24
25
25
(function(){
@@ -31,9 +31,9 @@
31
31
</script>
32
32
</head>
33
33
<body>
34
-
<aid="github-forkme" href="https://github.com/medialize/jQuery-contextMenu"><imgsrc="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
34
+
<aid="github-forkme" href="https://github.com/swisnl/jQuery-contextMenu"><imgsrc="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
Copy file name to clipboardExpand all lines: demo/custom-command_test.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
<scripttype="text/javascript">
20
20
21
21
var_gaq=_gaq||[];
22
-
_gaq.push(['_setAccount','UA-8922143-3']);
22
+
_gaq.push(['_setAccount','UA-66438984-1']);
23
23
_gaq.push(['_trackPageview']);
24
24
25
25
(function(){
@@ -31,9 +31,9 @@
31
31
</script>
32
32
</head>
33
33
<body>
34
-
<aid="github-forkme" href="https://github.com/medialize/jQuery-contextMenu"><imgsrc="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
34
+
<aid="github-forkme" href="https://github.com/swisnl/jQuery-contextMenu"><imgsrc="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
Copy file name to clipboardExpand all lines: demo/disabled-callback.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
<scripttype="text/javascript">
20
20
21
21
var_gaq=_gaq||[];
22
-
_gaq.push(['_setAccount','UA-8922143-3']);
22
+
_gaq.push(['_setAccount','UA-66438984-1']);
23
23
_gaq.push(['_trackPageview']);
24
24
25
25
(function(){
@@ -31,9 +31,9 @@
31
31
</script>
32
32
</head>
33
33
<body>
34
-
<aid="github-forkme" href="https://github.com/medialize/jQuery-contextMenu"><imgsrc="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
34
+
<aid="github-forkme" href="https://github.com/swisnl/jQuery-contextMenu"><imgsrc="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
Copy file name to clipboardExpand all lines: demo/disabled-callback_test.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
<scripttype="text/javascript">
20
20
21
21
var_gaq=_gaq||[];
22
-
_gaq.push(['_setAccount','UA-8922143-3']);
22
+
_gaq.push(['_setAccount','UA-66438984-1']);
23
23
_gaq.push(['_trackPageview']);
24
24
25
25
(function(){
@@ -31,9 +31,9 @@
31
31
</script>
32
32
</head>
33
33
<body>
34
-
<aid="github-forkme" href="https://github.com/medialize/jQuery-contextMenu"><imgsrc="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
34
+
<aid="github-forkme" href="https://github.com/swisnl/jQuery-contextMenu"><imgsrc="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
0 commit comments