Skip to content

chiftenj/jquery-ajax-retry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Ajax Retry

This project is a plugin for jQuery that augments $.ajax by adding smart retry functionality.

Retry Strategies

Presently, it's retry strategy employs exponential backoff, or more specifically truncated binary exponential backoff, which can help to alleviate server congestion.

Packages

No packages published

Languages

  • JavaScript 82.5%
  • HTML 14.8%
  • PHP 1.5%
  • CSS 1.2%