Skip to content

jQuery plugin to allow always and fail for $.when-like statements to resolve similar to done. All defers wait for full-set completion until the master defer is resolved/rejected.

License

Notifications You must be signed in to change notification settings

rmunson/jquery-when-always

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jquery-when-always

jQuery plugin to allow always and fail for $.when-like statements to resolve similar to done. All defers wait for full-set completion until the master defer (@see $.when) is resolved/rejected.

Basic Usage

When-always can be used as a requirejs module or standard script include.

If used with requirejs, when-always will return the required instance of jquery that has been augmented for convenience.

    var jqueryWhenAlways = require("jquery-when-always/jquery-always");

    or

    <script src="jquery-when-always/jquery-when-always.js" /></script>

About

jQuery plugin to allow always and fail for $.when-like statements to resolve similar to done. All defers wait for full-set completion until the master defer is resolved/rejected.

Resources

License

Stars

Watchers

Forks

Packages

No packages published