项目中一个页面jqueryui与extjs混用。当使用autocomplete时,会报undefined.解决办法增加var jq = jQuery.noConflict(true); 然后使用jq('.test').autocomplete即可。