Quote:
Originally Posted by GoCastaway
Tell me more...
|
1. After your page is rendered query all <img>
2. Add event listener "load" and "error" each img;
- Check if it's that image you want to hide
3. Load image again; it's okay it will load form cache
That's pretty much it. I'm not going to write Javascript here tho. I don't remember the syntax. I write everything in Scala.