回答編集履歴
1
誤字の修正
answer
CHANGED
@@ -11,5 +11,5 @@
|
|
11
11
|
var clone = template.clone(false);
|
12
12
|
clone.insertAfter($(this).parent());
|
13
13
|
```
|
14
|
-
追加した分にも .tagit() を
|
14
|
+
追加した分にも .tagit() を呼んでください。
|
15
15
|
[https://api.jquery.com/clone/](https://api.jquery.com/clone/)
|