How can I, using jQuery, set the \"next\" item of an already selected item as \"selected.\"
For example, if I have:
$('option:selected', 'select').removeAttr('selected').next('option').attr('selected', 'selected');
Check out working code here http://jsbin.com/ipewe/edit