Skip to content

Instantly share code, notes, and snippets.

@italoveloso
Created March 6, 2013 11:39
Show Gist options
  • Save italoveloso/5098754 to your computer and use it in GitHub Desktop.
Save italoveloso/5098754 to your computer and use it in GitHub Desktop.
Scroll sem script
$(document).ready(function() {
$('html,body').animate({scrollTop: $("#dataTable").offset().top},'slow');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment