I am using the autocomplete plugin with jQuery and it is working fine. However, in IE, when the user selects an item in the autocomplete, the focus does not then move to the
onchange="$('select')[$('select').index(this)+1].focus()"
This may work if your next field is another select.