回答編集履歴
1
ついき
test
CHANGED
@@ -19,6 +19,8 @@
|
|
19
19
|
"閉じる": function() {
|
20
20
|
|
21
21
|
$(this).dialog("close");
|
22
|
+
|
23
|
+
$(this).attr("data-id",null);
|
22
24
|
|
23
25
|
},
|
24
26
|
|