jQuery Lazy – Delayed Image and Background Loader

The fast and lightweight Lazy plugin for jQuery loads specified images and backgrounds in view after the page itself and speed up your loading time through this. Images outside of the visible area will only be loaded when the user scrolls to them in any direction. This will not only increase the page loading speed, … Continue reading

Qoopido Emerge

jQuery plugin to react on elements entering or nearing the visible area.

Qoopido Lazyimage

jQuery plugin to lazy load images.

jQuery Timeout Plugin

Simple, yet elegant jQuery.Deferred wrapper for window.setTimeout() and window.clearTimeout().

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

jQuery Mobile Fast Buttons

Removes the 300ms delay in some browsers (like iOS) by simply replacing default click events with jQuery Mobile’s vclick

BindIt

A jQuery plugin to bind events with delay.

jQuery ajaxStartDelay

jQuery plugin providing a delay to be set before the handler is called in jQuery’s .ajaxStart()

whenSlow

Execute a function (e.g. show loading status) when a Promise is slow.