Skip to content

Instantly share code, notes, and snippets.

@namklabs
Created April 24, 2012 16:09
Show Gist options
  • Save namklabs/2481063 to your computer and use it in GitHub Desktop.
Save namklabs/2481063 to your computer and use it in GitHub Desktop.
quick js encodeURI script
alert( encodeURIComponent( prompt("Enter the URI:","") ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment