There is an automatically generated list with the selected attribute already set, this code is generated by default for visitors:
<select id="size"> <option value="10">10</option> <option selected="selected" value="20">20</option> <option value="30">30</option> </select> It is necessary to rearrange the attribute "selected" from the second point to any other (say, 3) when loading the page.
The jQuery library is not available for work.