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.

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 … Continue reading