I have this little piece of code: <script> $(window).bind('beforeunload', function() { $.ajax({ async: false, type: 'POST', url: '/something' }); ...
確定! 回上一頁