回答編集履歴

1

情報の追加。

2016/11/23 12:18

投稿

kei344
kei344

スコア69424

test CHANGED
@@ -1,10 +1,16 @@
1
- `$.contextMenu( 'destroy' );` で消して作り直すのが早いと思います。
1
+ `$.contextMenu( 'destroy', selector );` で消して作り直すのが早いと思います。
2
2
 
3
3
 
4
4
 
5
5
  【javascript - Jquery: contextMenu reset - Stack Overflow】
6
6
 
7
7
  [http://stackoverflow.com/questions/15346895/jquery-contextmenu-reset](http://stackoverflow.com/questions/15346895/jquery-contextmenu-reset)
8
+
9
+
10
+
11
+ 【jQuery contextMenu】
12
+
13
+ [https://swisnl.github.io/jQuery-contextMenu/docs/plugin-commands.html#unregister-a-specific-contextmenu](https://swisnl.github.io/jQuery-contextMenu/docs/plugin-commands.html#unregister-a-specific-contextmenu)
8
14
 
9
15
 
10
16