For example, I would like to append selected="selected"
to the option that contains This one, which jQuery selector should be used to append attributes into that element?
<select>
<option>Not this</option>
<option>This one</option>
</select>
Thanks in advance!