Skip to content

Instantly share code, notes, and snippets.

@WaseemTheDream
Created May 9, 2014 08:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WaseemTheDream/c9e70a97ad9dc70a9376 to your computer and use it in GitHub Desktop.
Save WaseemTheDream/c9e70a97ad9dc70a9376 to your computer and use it in GitHub Desktop.
nslds.ed.gov pin selector for Chrome, Firefox, and Safari because the UI doesn't work
var setPin = function(digits) {
for (var i in digits) {
document.getElementById("yin"+i).value = digits[i];
}
};
setPin([1,2,3,4]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment