Anchor jumps not refreshing after fade out

  Kiến thức lập trình

When jumping between #anchors, .fade in is not working. Just shows a black page. If you click “refresh” on your browser, the .fade executes and page stays on the proper location with the anchor in the URL.

First jump from any OTHER page on the site works correctly to all #ID’s, trying to jump while on the about.html page does not automatically fade in. Is there a way to execute a forced refresh in the page with HTML at the #ID line? I’m not great at JS, so a JS solution will require more help.

First I tried adding a relaod, but this just reloaded the page and did not jump to the next #anchor

<a href="#" onclick="window.location.reload(true);">1</a>

I’ve tried getting rid of the .fade in the CSS, but it must be somewhere else because everything keeps fading in anyway. Dumped browser cache, dumped cache at server level too. And tried in a different browser just in case the CSS wasn’t really reloading.

see the site

New contributor

scott cocking is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

LEAVE A COMMENT