I need to make selected option 17 using JQuery I can't use value, because it's always different. So is there any solution to use number of 'select' child or somthing? Thank you.
<select name="size" id="size">
<option value="1430">17</option>
<option value="1429">19</option>
<option value="1428">20</option>
<option value="1427">16</option>
<option value="1426">15</option>
<option value="1425">18</option>
</select>