回答編集履歴

1

修正

2015/11/18 08:14

投稿

Lhankor_Mhy
Lhankor_Mhy

スコア36134

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  drop: function( e, ui ) {
6
6
 
7
- childElm = $(this).children('textarea');
7
+ childElm = $(this).children('textarea').get(0);
8
8
 
9
9
  ```
10
10