Skip to content

Instantly share code, notes, and snippets.

@Glavin001
Created November 7, 2016 19:13
Show Gist options
  • Save Glavin001/7b5b4e4b3845f859c47f9379bf2f8577 to your computer and use it in GitHub Desktop.
Save Glavin001/7b5b4e4b3845f859c47f9379bf2f8577 to your computer and use it in GitHub Desktop.
var $els = document.querySelectorAll("select option");
for (var i of $els) {
i.selected = "selected";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment