2012-04-19 5 views

答えて

0
$(window).bind('beforeunload', function(){ 
    // Do your AJAX call here to set it to offline 
}); 
関連する問題