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