Skip to content

Instantly share code, notes, and snippets.

@zerostyle
Created March 11, 2013 09:11
Show Gist options
  • Save zerostyle/5132956 to your computer and use it in GitHub Desktop.
Save zerostyle/5132956 to your computer and use it in GitHub Desktop.
Retrieve root URL
var root = location.protocol + '//' + location.host;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment