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
以上就是jQuery autocomplete focus next control的详细内容,更多请关注web前端其它相关文章!