回答編集履歴

1

情報の追加。

2016/12/22 06:35

投稿

kei344
kei344

スコア69398

test CHANGED
@@ -11,3 +11,33 @@
11
11
  【#events】
12
12
 
13
13
  [http://leafletjs.com/reference.html#events](http://leafletjs.com/reference.html#events)
14
+
15
+
16
+
17
+
18
+
19
+ ---
20
+
21
+
22
+
23
+ **追記:**
24
+
25
+
26
+
27
+
28
+
29
+ ```JavaScript
30
+
31
+ map.on('popupopen', function(e) {
32
+
33
+ //colorbox
34
+
35
+ });
36
+
37
+ map.on('popupclose', function(e) {
38
+
39
+ $.colorbox.remove();
40
+
41
+ });
42
+
43
+ ```