<script>
$(window).bind('beforeunload', function () { return '您输入的内容尚未保存,确定离开此页面吗?'; });
</script>
解除
 $(window).unbind('beforeunload');

05-06 14:35