5
$("#dialog-confirm").dialog({
resizable: false,
height:140,
modal: true,
buttons: {
"Delete all items": function() {
$(this).dialog("close");
},
Cancel: function() {
$(this).dialog("close");
}
},
close:function(){
$(this).dialog("close");
}
});
jqueryのUIダイアログにあまりにも多くの再帰エラーを与えすぎ再帰の問題は、どのようにこの問題を解決するには?