Skip to content

Instantly share code, notes, and snippets.

@Hates
Created March 7, 2009 23:42
Show Gist options
  • Save Hates/75500 to your computer and use it in GitHub Desktop.
Save Hates/75500 to your computer and use it in GitHub Desktop.
<script>
var regx = new RegExp(".*#(.*)");
var result = regx.exec(window.location.href);
alert(result[1]);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment