Hi.
I am serving the contents of the page based on the navigation anchor links.
e.g.
http://somesite.com/index.html#home will serve the home page contents.
http://somesite.com/index.html#about will serve the about page contents.
The contents are stored in contents.php page and are written in the below tag inside index.html
<div id=contents>
<!-- Contents Here -->
</div>
While I am navigating away from #home to #about, I want the contents division to show a loading image.
Can you please help me over that?