Skip to content

Instantly share code, notes, and snippets.

@xurizaemon
Created December 1, 2014 20:40
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 xurizaemon/31eeb8f50f2df6cf5603 to your computer and use it in GitHub Desktop.
Save xurizaemon/31eeb8f50f2df6cf5603 to your computer and use it in GitHub Desktop.
function populateAmount() {
var a = document.createElement('a');
a.href = document.location;
var amount = a.search.match(/amount=([0-9]+)/)[1];
jQuery('input.search').val(amount);
}
populateAmount();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment