更新时间:2020-09-12 09:48:23
更新说明:在原jQuery多选带搜索版基础修改为原生js
原版地址
https://www.jq22.com/jquery-info20658
可安装 npm install legp 但需要css
".qwe"容器 "fileId"给input设置的名字 tagData数据
legp(".qwe").legp_search("fileId", tagData) legp("#asd").that[0].onclick = function() { console.log(legp().legp_searchList("fileId")) //[5,4,7]选中的数据集合 "fileId"同上 }