How can I, using jQuery, set the \"next\" item of an already selected item as \"selected.\"
For example, if I have:
$('#my_sel').val($('#my_sel option:selected').next().val()); $('#my_sel').val($('#my_sel option:selected').prev().val());