The example of this article tells JS to use cookies to remember the current position of the anti-refresh navigation effect. Share to everyone for your reference. Specifically as follows:
Here demonstrates the use of cookies to remember the current position of the anti-refresh navigation bar, mainly to show you how to use cookies in JS technology, with good cookies, will make your JS technology to a higher level. This menu feels good, when you click the mouse, refresh the page after it is still left in the original position, as if with memory function.
The screenshot of the running effect is as follows:
The online demo address is as follows:
http://demo.jb51.net/js/2015/js-cookie-nav-pos-menu-demo/
The specific code is as follows:
<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
The
wants this article to help you with your JavaScript programming.