質問編集履歴
1
htmlのscript内の記述変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -254,7 +254,9 @@
|
|
254
254
|
|
255
255
|
$('.del_dialog').hide();
|
256
256
|
|
257
|
-
$('.del_btn').on('click',function(){
|
257
|
+
$('.del_btn').on('click',function(e){
|
258
|
+
|
259
|
+
e.preventDefault();
|
258
260
|
|
259
261
|
$('#del_dialog').dialog({
|
260
262
|
|