Jquery多种文本框联想控件
$("#suggest1").focus().autocomplete(cities); $("#month").autocomplete(months, { minChars: 1, max: 5, autoFill: true, mustMatch: true, matchContains: false, scrollHeight: 220, formatItem: function(data, i, total) { // don't show the current month in the list of values (for whatever
下载地址
用户评论
好用,但不太符合我的需求