What is it?
footer-reveal.js is a jQuery plugin which allows you to apply that great 'fixed/reveal' effect to your footer quickly and easily.
Want to see it in action? Scroll down!
Usage
Download and add footer-reveal.js after jQuery, before your closing <body> tag.
<script src="jquery.min.js"></script>
<script src="footer-reveal.js"></script>
Then, in your JS file, call the footerReveal() function on your footer element. Like this:
$('footer').footerReveal();