$(function(){ $('#delete').click(function(){ if (confirm('削除してよろしいですか?')){ $('#form').submit(); } }); $('#cancel').click(function(){ if (confirm('キャンセルしますか?\nお問い合わせの内容は破棄されます')){ location.href = "\/jika\/new"; } }); //KcfinderCall $('#file_button').click(function() { file = showModalDialog('/kcfinder/browse.php?type=files', this, 'dialogWidth=800px; dialogHeight=480px;'); $('#InformationsType_imageFile').val(file); }); });