Skip to content

bpletzer/jquery.asyncQueue.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

jquery.asyncQueue.js

Usage

// pre-initialize a global queue (before jquery.asyncQueue.js) window.queue = window.queue || [];

// queueing an anonymous function window.queue.push( function(){ //code });

// queueing a standard function with scope and arguments window.queue.push( [ console.log ,window ,firstArg ,secondArg //... ]);

// initializing queue (and executing its contents) $(window).aqueue('queue');

About

queue for upcoming but yet unknown events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published