Skip to content

Instantly share code, notes, and snippets.

@jerry-maheswara-github
Created January 30, 2020 10:17
Show Gist options
  • Save jerry-maheswara-github/ac3386fc5bf2efd679fcee25c88f3e11 to your computer and use it in GitHub Desktop.
Save jerry-maheswara-github/ac3386fc5bf2efd679fcee25c88f3e11 to your computer and use it in GitHub Desktop.
var urlParams = new URLSearchParams(window.location.search);
var chkid;
if (urlParams.has('chkid')) {
chkid = urlParams.get('chkid');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment