I have a problem with jquery, for example, i have this code:
<a href="#" id="docs"><img id="icon" src="icons/docs.png"/></a>
$("#docs").click(function() {
$("#content").load("docs.php").hide().fadeIn("slow");})
All the things works fine, except that when i reload the website it goes back to the previews situation, but i want the website to still as it is when the link clicked.