$(function () {
 $("select").change(function () {  
 $(this).next("select").focus();  
});
});
Buradaki focus methodu çalışmaz ise focusin() methodunu deneyiniz lütfen