質問編集履歴
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -32,7 +32,7 @@
|
|
32
32
|
$.each(arr, function(index, element) {
|
33
33
|
|
34
34
|
$(function(){
|
35
|
-
|
35
|
+
|
36
36
|
$('"#btn' + element + '"').click(function(){
|
37
37
|
$('"#' + element + '"').remove();
|
38
38
|
});
|