KO
|
EN
gitlite — search
Search
#php
#javascript
#python
#java
#ios
#library
#linux
#ruby
#dotfiles
#wordpress
#jquery
#azure
jquery-ajax-retry
★ 29
Open GitHub ↗
Smart retry for jQuery's ajax.
Download README (.md)
Explore Similar Repositories
nagios-plugins
:
Nagios plugins written at Disqus
sfDoctrineDynamicFormRelationsPlugin
:
Common sense embedded forms for your symfony 1.4 project.
localhose
:
Hose your hosts file for easier local web development
ofxARtoolkitPlus
:
artoolkitplus addons for openframeworks
todo.txt-vim
:
Vim Syntax for todo.txt (todotxt.com)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
jquery-ajax-retry
?
Download (.md)
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][eb], or more specifically [truncated binary exponential backoff][tbeb], which can help to alleviate server congestion. [eb]: http://en.wikipedia.org/wiki/Exponential_backoff [tbeb]: http://en.wikipedia.org/wiki/Truncated_binary_exponential_backoff