Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed Sep 25, 2012
1 parent b97a705 commit 0846207
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
discontinue
===========

A jquery plugin to handle continue ajax requests, with a simple and powerful event binding.
A jquery plugin to handle continue ajax requests and provides a simple and powerful 'window' event binding.

keepon
---
keep on ask something to the given `url`, with a `delaty` of 2500 ms between the completed request and the following one:

$().discontinue.keepon({
url:"/url/to/bis",
delay:2500
});


Listen to every event bubbled:

$().discontinue.verbose();

0 comments on commit 0846207

Please sign in to comment.