UNPKG

jquery-prefetch

Version:

Prefetch is a lightweight image, list and background preloader for jQuery. Just give them a list of images or elements and the plugin will load every image for you.

49 lines 1.12 kB
{ "name": "jquery-prefetch", "description": "Prefetch is a lightweight image, list and background preloader for jQuery. Just give them a list of images or elements and the plugin will load every image for you.", "version": "0.1.4", "main": "jquery.prefetch.min.js", "license": [ "MIT", "GPL-2.0" ], "ignore": [ "*.md", "*.json" ], "keywords": [ "prefetch", "preload", "preloader", "load", "loader", "image", "images", "background", "delay", "delayed", "jquery", "jquery-plugin" ], "authors": [ { "name": "Daniel 'Eisbehr' Kern", "email": "jquery@eisbehr.de", "homepage": "http://www.eisbehr.de/" } ], "homepage": "http://jquery.eisbehr.de/prefetch/", "repository": { "type": "git", "url": "git://github.com/dkern/jquery.prefetch.git" }, "dependencies": { "jquery": ">=1.3.0" } }