How to select multiple id according to their value (select tag) with jquery.
<select id="year">
<option value="1900">
</select>
<select id="year2">
<option value="1950">
</select>
I tried several solutions with querySelectorAll, it does not work