Skip to content

Instantly share code, notes, and snippets.

@dylanburkey
Created August 3, 2017 14:47
Show Gist options
  • Save dylanburkey/e49ec5a80a2feb555c6b071f89621667 to your computer and use it in GitHub Desktop.
Save dylanburkey/e49ec5a80a2feb555c6b071f89621667 to your computer and use it in GitHub Desktop.
Page Path
var pagePath = location.href.split('/').pop();
console.log('Current Path is' + pagePath);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment