I want make a sticky footer using jQuery.
Here what I have done http://jsbin.com/elapi/edit
I need some help to make my #wrapper
border line will wrap entire page until footer.
Let me know
Check this out, although it doesnot use jquery. How to align footer (div) to the bottom of the page? in this http://ryanfait.com/sticky-footer/ and http://www.cssstickyfooter.com/ has some solution using simple css and html. The footer sticks to the bottom is the page is less than viewport. In case the page height increases more than viewport size then the footer is appended to the bottom of page, that is footer will not overlap with main body.