$(function(){ $('#cancel').click(function(){ if (confirm('キャンセルしますか?\n編集中の内容は破棄されます')){ location.href = "\/user\/new"; } }); });