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.

  1. Include jQuery & Sticky.
  2. Call Sticky.
  3. 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

Events logs