Skip to content

Instantly share code, notes, and snippets.

@yosmoc
Created December 6, 2009 01:42
Show Gist options
  • Select an option

  • Save yosmoc/249974 to your computer and use it in GitHub Desktop.

Select an option

Save yosmoc/249974 to your computer and use it in GitHub Desktop.
function reloaded () {
return window.name == window.location.href ? true : false;
}
if (reloaded()) {
// なにか処理
}
window.name = window.location.href;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment