Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 467 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 467 Bytes

followFromTo

jquery plug in for managing page scroll

$(".stickWithScroll").followFromTo({
        selector : '',
        from: 'self',       // also can be integer 
        to: 'end',          // also can be integer 
        behavior: 'css',       // [class,css]
        class: '',                  // if behavior is class
        marginTopFixed : true,
        marginTopFixedHeight : '',
        debug : false ,
        disable : false
    });