Skip to content

Instantly share code, notes, and snippets.

@nanasess
Created September 12, 2012 02:35
Show Gist options
  • Save nanasess/3703883 to your computer and use it in GitHub Desktop.
Save nanasess/3703883 to your computer and use it in GitHub Desktop.
$(function() {
$(window).load(function() {
var target_offset = $('#pagenum_area').offset();
var target_top = target_offset.top;
$('html, body').animate({scrollTop:target_top}, 1000, 'swing');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment