Last Updated: February 25, 2016
·
593
· bilcyber

Tips To Disconnect a jquery connection after an inactivity period

jQuery.ajax({
url: '...',
timeout: 3000,
success: function(){ /.../ }
});