Last active
May 27, 2021 11:24
-
-
Save xto3na/34fbb6669046ea7bc1472e5dfda20306 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document.getElementById("selectId").selectedIndex = 2; | |
// or | |
document.querySelector('#select').value = 'neededValue'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment