I'm using jquery autocomplete and want it to focus a specific control once an item is selected from the autocomplete list. I tried $('#nextelement').focus()
, and it receives focus, but the focus goes back to the autocomplete control immediately. How can I retain focus to the next control when autocomplete closes?
[edit] I'm using autocomplete plugin that comes with Yii CAutoComplete widget, which the documentation states is this one: http://plugins.jquery.com/project/autocompletex