/ Published in: JavaScript
Expand |
Embed | Plain Text
function cacheFullImg(img) { new Image().src = img; }
You need to login to post a comment.
krisdb on 03/09/07
2 people have marked this snippet as a favorite
function cacheFullImg(img) { new Image().src = img; }
You need to login to post a comment.