jQuery Ajax Retry

Smart retry for jQuery's ajax.

Download v0.1.0 (.zip) Download v0.1.0 (.tar.gz) View on GitHub

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.