Sticky is a jQuery plugin that gives you the ability to
make any element on your page always stay visible.
Scroll down to see it in action.
- Include jQuery & Sticky.
- Call Sticky.
- Enjoy!
<script src="jquery.js"></script>
<script src="jquery.sticky.js"></script>
<script>
$(document).ready(function(){
$("#sticker").sticky({topSpacing:0});
});
</script>
Find something wrong? Got a suggestion? Drop me a line.
Made with love by Anthony Garand