转:http://www.myexception.cn/ajax/1022706.html
在combobox绑定focus事件:
$('#ab_Police1id').combobox('textbox').bind('focus',function(){
$('#ab_Police1id').combobox('showPanel');
});
获取焦点:
$('#search_state-comb').combobox().next('span').find('input').focus()