Does anyone know what the jQuery default jQuery timeout value is?
The default is 0 ( technically it is undefined , but behaves like 0). That means no timeout in jQuery itself ... if the browser has some timeout, it is quite possible you will hit it.
0
Only if the timeout option is given does jQuery even call setTimeout() .
timeout
setTimeout()