Skip to content

Instantly share code, notes, and snippets.

@JAStanton
Created March 8, 2013 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JAStanton/5120422 to your computer and use it in GitHub Desktop.
Save JAStanton/5120422 to your computer and use it in GitHub Desktop.
url_domain (data) ->
a = document.createElement 'a'
a.href = data
a.hostname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment