我需要有关jquery的aucomplete的帮助.
jQuery("#PeopleName").autocomplete(
{source:["name1","name2","..."],
minLength:2,
max:10,
scroll:true});
Run Code Online (Sandbox Code Playgroud)
'scroll'和'max'不起作用.
我使用的是jquery-ui-1.8.18.custom.min.js.这段代码有什么问题?