An open API service indexing awesome lists of open source software.

https://github.com/james2doyle/ki.deferred.js

jQuery style $.deferred and $.when support.
https://github.com/james2doyle/ki.deferred.js

Last synced: 8 months ago
JSON representation

jQuery style $.deferred and $.when support.

Awesome Lists containing this project

README

          

ki.deferred.js
==============

jQuery style $.deferred and $.when support for [ki.js](https://github.com/dciccale/ki.js).

This entire plugin is essentially a wrapper for [warpdesign/deferred-js](https://github.com/warpdesign/deferred-js). So all kudos, as well as documentation can be found there.

The only thing that I added is `$.when()` which is still an alias for `$.Deferred.when()`;

You can see examples in the `index.html` file.