I was wondering if there is a NON jquery solution to this scenario:
there is no reply to the ajax request because either the server got its internet connection down, the client got its internet connection down, or the server crashed. Is there some built in method/event in the xmlhttprequest object which can help in this issue ?
You can set the timeout property:
Or just use
window.setTimeout