Created
July 21, 2015 22:45
-
-
Save djom202/d0967fb9ac848c54864a to your computer and use it in GitHub Desktop.
Prevenir el Scroll al cargar la pagina
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $(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