Jquery 捕捉页面关闭事件

(http://www.php100.com/html/program/jquery/2013/0905/6052.html)
$(window).bind('beforeunload',function(){ return '确定离开此页面吗?'; });