Skip to content

Instantly share code, notes, and snippets.

@tanvir002700
Created December 26, 2016 13:31
Show Gist options
  • Save tanvir002700/df570f103a72b896bd9cfc590f0e94f7 to your computer and use it in GitHub Desktop.
Save tanvir002700/df570f103a72b896bd9cfc590f0e94f7 to your computer and use it in GitHub Desktop.
url = Object.keys(data).map(function(k) {
return encodeURIComponent(k) + '=' + encodeURIComponent(data[k])
}).join('&');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment