javascript - Remove img from application cache -



javascript - Remove img from application cache -

my index.html

<html manifest="cache.appcache"> <img src="a.jpg" width="300" height="100">

cache.appcache

cache manifest # v1.06 cache: a.jpg

after loading page load , show desired image a.jpg . delete img directory . file cache.appcache has not been changed .htn after loading page load , show desired image a.jpg ...good.but add together image name a.jpg , updating cache.appcache

cache manifest # v1.07 cache: a.jpg

why download old image ?

javascript caching

Comments

Popular posts from this blog

model view controller - MVC Rails Planning -

ruby on rails - Devise Logout Error in RoR -

html - Submenu setup with jquery and effect 'fold' -