Created
August 9, 2016 14:10
-
-
Save saltukalakus/9d55645a3cac64601a516b3b0755dcb4 to your computer and use it in GitHub Desktop.
js window on load page refresh trigger
This file contains 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.onload = function() { | |
doSomethingElse(); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment