Fade And Replace Image With Other Image Depending On Hash September 28, 2023 Post a Comment First, here is my crazy code that you will hate So I have this image that I want to replace with a jQuery fade effect whenever the hash changes. I want for it to check the hash onSolution 1: You need to use onload plus hashchangewindow.onload = checkHash; window.onhashchange = checkHash; functioncheckHash() { // check stuff } CopyWorking Fiddle :: careful hash does change :-)http://jsfiddle.net/R9cNW/9/ Share Post a Comment for "Fade And Replace Image With Other Image Depending On Hash"
Post a Comment for "Fade And Replace Image With Other Image Depending On Hash"