Here is an example http://jsfiddle.net/pwk0vvuo/
<div id="wrapper" style="height:100px; width:100%;">
<div id="header" style="height:300px; width:100%;"></div>
</div>
When I make the first scroll down, I'd like if the page could jump the entire header. An then when I scroll up, I'd like if, as soon as the header appears on screen, the scroll jumps to the top of the page (showing the entire header).