質問編集履歴
1
誤字修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -46,7 +46,7 @@
|
|
46
46
|
|
47
47
|
```javascript
|
48
48
|
|
49
|
-
$('.del
|
49
|
+
$('.del').on('click',function(){
|
50
50
|
|
51
51
|
$(this).parent().remove();
|
52
52
|
|