1. 首页
  2. 编程语言
  3. Javascript
  4. Jquery多种文本框联想控件

Jquery多种文本框联想控件

上传者: 2020-08-14 08:21:03上传 ZIP文件 549.58KB 热度 10次
$("#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
下载地址
用户评论
码姐姐匿名网友 2020-08-14 08:21:03

好用,但不太符合我的需求