larasimms
07-18-2012, 03:03 AM
What is the best way to cache images using JavaScript?
|
||||
Image cacheing on JavaScriptlarasimms 07-18-2012, 03:03 AM What is the best way to cache images using JavaScript? felgall 07-18-2012, 03:15 AM x = new Image(); x.src = 'imagetocache.jpg'; rnd me 07-18-2012, 05:54 AM new Image().src= 'imagetocache.jpg'; |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum