Each navigation page is the same piece of HTML linked through the background tag. After clicking the navigation, I change the color through js, but when I click to jump to a page, the color changed by js becomes invalid. How to solve this problem?
PHPz2017-05-16 13:23:25
You can use cookies or sessions
srssion storage:
localStorage.setItem('className', className)
Read:
var className = localStorage.getItem('className');