メモ用 #754

754名無しさん@Next2ch:2024/06/20(木) 17:11:38.79 ID:eHEhup85

//ダイアログを出すためのFunction
function attentionDialog() {
$("#attentionDialog").dialog({
modal: true,
buttons: {
"OK": function () {
$(this).dialog("close");
}
}
});
};

このスレッドを全て表示


このスレッドは過去ログです。