About
This project is a plugin for jQuery that augments $.ajax
by adding smart retry functionality. Presently, it's retry strategy
employs exponential
backoff, or more specifically truncated
binary exponential backoff, which can help alleviate server congestion.
Supported jQuery Versions
Currently it has been tested with only jQuery v1.4.x. However, it will soon be updated to be compatible for use with jQuery <=1.7.x.