jquery easy ui combobox后台处理完数据默许选中

jquery easy uicombobox后台处理完数据默认选中$(#comb).combobox({url:%request.getContextPath()%

jquery easy ui combobox后台处理完数据默认选中
$("#comb").combobox({ url:"<%=request.getContextPath()%>/codeList.do", valueField:"codeId", textField:"codeName", onLoadSuccess:function(){ var data=$(this).combobox('getData')[0]; var vf = $(this).combobox('options').valueField; if(data){

       $('#comb').combobox('setValue',data.codeName);    }  }});