Skip to main content
jQuery Logo

Tagged: settimeout


jQuery Timer

jQuery plugin for handling timer events.

1.0.2

Released May 9, 2013

36
Watchers
30
Forks
jQuery.timer()

The purpose of the timer plugin is to provide a nicer way to use setTimeout function in webpages. The timer plugin can be used like any other jQuery plugin and can be attached to any object in the webpage (however, it needs to be a DOM element if the timer functionality is used to load contents from a url).

0.1.1

Released November 12, 2012

11
Watchers
8
Forks
jQuery Postpone - Advanced timeout handling.

Whether you want a prettier way of writing timeouts in JavaScript, or advanced timing events; jQuery.postpone is something for you! In technical terms, it is an API extension for jQuery.Deferred that allows you to use the deferred mechanism in combination with setTimeout and setInterval.

1.2.2

Released March 1, 2013

8
Watchers
1
Forks
aciWorker - Abstract web workers and not only

aciWorker brings abstraction to web workers and allow JavaScript code execution even in their absence. It also adds the use of a FIFO queue so that it provides code execution in the calling order and allows CPU resources reservation when web workers are not present, thus ensuring greater responsiveness to the user interface.

1.0.0

Released September 14, 2013

2
Watchers
2
Forks
jQuery Gasp

Give some breathing room to your long-running plugins. Wtite $('.many').fatPlugin() as $('.many').gasp(function(){$(this).fatPlugin();}) and have a happier browser. It returns a promise!

1.0.2

Released June 24, 2013

1
Watchers
0
Forks
jQuery Whereas

A promisified, progress revealing, cancellable setTimeout

1.0.0

Released June 21, 2013

0
Watchers
1
Forks

Tags