If you want to stop and warn a user before they move away from a page then you can use the $(window).bind('beforeunload', callback) to achieve that.
確定! 回上一頁