Div Remains Visible After The Page Reloads
I have languages link on my website when I load my home page the middle content div for the main page is visible by default and some other divs for the middle portion are also load
Solution 1:
You could either use a session variable stored in as a cookie or create a hash link to open the correct div when the page refreshes.
You could try:
- jQuery Cookie Plugin - https://github.com/carhartl/jquery-cookie
- jQuery Hashchange Event Plugin - http://benalman.com/projects/jquery-hashchange-plugin/
Post a Comment for "Div Remains Visible After The Page Reloads"