Skip to content

fnmunhoz/jquery.squirrel-scroll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

jquery.squirrel-scroll

Simple 'JQuery follow scroll' implementation that keeps your content visible without using distracting animations.

production demo: http://rocoh.com.br/stocks/bovespa-petr4

Usage

Call the setup method on the element you want allways visible:

$('.element-to-be-always-visible').squirrelScroll();

You can also specify the content offset:

$('.element-to-be-always-visible').squirrelScroll({topOffset: 20, bottomOffset: 20});

Browser compatibility

IE8+, Chrome, Firefox, Safari and Opera.

To Do

  • iPad support;
  • unit testing;

About

Simple follow scroll implementation that just works

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%