Skip to content

sayjeyhi/jquery-follow-from-to-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

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
    });