How do you get the currently selected of a element via JavaScript?
The .selectedIndex of the select object has an index; you can use that to index into the .options array.
select
.options