Preload Images Automatically from CSS

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-15 08:41:26

软件介绍

This script parses through linked and imported stylesheets and creates an array of all the image urls they contain. Then it loops through the array of urls and creates an image object for each one so they'll be cached and ready for later use. Using this script means we only have to worry about specifying background images and states in our CSS files, and the script takes care of the rest!

Just link up the script and call:

$.preloadCssImages();

This will default to a root "images" directory for finding images. To specify a different images directory, pass it in via the options :
$.preloadCssImages({ 'imgDir': 'myImagesDirectory' });

script source:

http://www.filamentgroup.com/examples/preloadImages/scripts/preloadCssIm...

本文地址:https://codercto.com/soft/d/23415.html

About Face 3

About Face 3

Alan Cooper、Robert Reimann、David Cronin / John Wiley & Sons / 2007-5-15 / GBP 28.99

* The return of the authoritative bestseller includes all new content relevant to the popularization of how About Face maintains its relevance to new Web technologies such as AJAX and mobile platforms......一起来看看 《About Face 3》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

SHA 加密
SHA 加密

SHA 加密工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具