Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<!--
Any copyright is dedicated to the Public Domain.
-->
<html>
<head>
<title>Reference for select setting selected option from JS updates visible state</title>
<link link rel="author" title="Avi Raj Kapila" href="kapilaar@rose-hulman.edu">
</head>
<body>
<select id="select">
<option id="10" value="10">10</option>
<option id="20" value="20" selected>20</option>
</select>
</body>
</html>