Skip to content

sifu/jquery-deferred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

A port of Dojo’s Deferred/Promise system to jQuery

It is based on the 1.5 release version of Dojo See:
Robust Promises with dojo.Deferred 1.5

provides:

  • jQuery.Deferred( )
  • jQuery.DeferredList( )
  • jQuery.when( )

and wrapper functions for jQuery’s ajax functions:

  • jQuery.d_ajax( )
  • jQuery.d_get( )
  • jQuery.d_getScript( )
  • jQuery.d_getJSON( )
  • jQuery.d_post( )

more documentation to come…

TODO

  • port the tests
  • documentation

About

A port of Dojo's Deferred/Promise system to jQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published