Skip to content

Instantly share code, notes, and snippets.

@saltukalakus
Created August 9, 2016 14:10
Show Gist options
  • Save saltukalakus/9d55645a3cac64601a516b3b0755dcb4 to your computer and use it in GitHub Desktop.
Save saltukalakus/9d55645a3cac64601a516b3b0755dcb4 to your computer and use it in GitHub Desktop.
js window on load page refresh trigger
window.onload = function() {
doSomethingElse();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment