Skip to content

Instantly share code, notes, and snippets.

@djom202
Created July 21, 2015 22:45
Show Gist options
  • Select an option

  • Save djom202/d0967fb9ac848c54864a to your computer and use it in GitHub Desktop.

Select an option

Save djom202/d0967fb9ac848c54864a to your computer and use it in GitHub Desktop.
Prevenir el Scroll al cargar la pagina
$(window).on('unload', function() {
$(window).scrollTop(0);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment