我无法将以下数组设置为源。请帮忙。
var myData=new Array();
myData.push('alertMe()');
myJqueryAlias("#textarea").autocomplete({
source:myData,
minLength: 0
});
我无法将以下数组设置为源。请帮忙。
var myData=new Array();
myData.push('alertMe()');
myJqueryAlias("#textarea").autocomplete({
source:myData,
minLength: 0
});