How can I, using jQuery, set the \"next\" item of an already selected item as \"selected.\"
For example, if I have:
$('your_select option:selected').next('option').prop('selected', true)