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.
- Host: GitHub
- URL: https://github.com/james2doyle/ki.deferred.js
- Owner: james2doyle
- License: mit
- Created: 2014-03-16T21:27:27.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-16T21:55:07.000Z (about 12 years ago)
- Last Synced: 2025-03-03T20:02:59.699Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.