See here for many ways to achieve this...
http://perishablepress.com/3-ways-preload-images-css-javascript-ajax/
Personally I'm sticking with the following...
http://jsfiddle.net/chafferm/VU2dq/
Note the type check for array in this example is probably overkill, as it is for all browser versions, we could have used jQuery isArray instead, or even Array.isArray in ECMA script 5 (IE 9 or higher).
No comments:
Post a Comment