How to add "Back to top" link at bottom at <div> is browser window is shorter than page, using jquer
- by metal-gear-solid
How to add "Back to top" link at bottom at  is browser window is shorter than page, using jquery?
<div id="mainContent">
<p>Some content</p>
</div>
If some content is bigger than browser window ( I mean if vertical bar comes on the page)
then i want to add  Back to top  just before closing the div.
<div id="mainContent">
<p>Some content</p>
<p>Some content</p>
<p>Some content</p>
<a href="#"> Back to top </a>
</div>