Skip to content

Instantly share code, notes, and snippets.

@jelmerdemaat
Created May 13, 2013 13:52
Show Gist options
  • Save jelmerdemaat/5568442 to your computer and use it in GitHub Desktop.
Save jelmerdemaat/5568442 to your computer and use it in GitHub Desktop.
Get site URL in JavaScript
var siteURL = "http://" + top.location.host.toString();
@jelmerdemaat
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment