/**
* new InputSuggest({
* input HTMLInputElement 必选
* data Array ['sina.cn','sina.com','2008.sina.com','vip.sina.com.cn'] 必选
* containerCls 容器className
* itemCls 容器子项className
* activeCls 高亮子项className
* width 宽度设置 此项将覆盖containerCls的width
* opacity 透明度设置 此项将覆盖containerCls的opacity
* });
*/
示意图:

Javascript自动补全类(1)

兼容所有浏览器。



相关文章:

  • 2021-11-30
  • 2022-02-09
  • 2022-02-09
  • 2021-09-12
  • 2021-12-17
  • 2022-01-11
  • 2021-11-11
  • 2022-01-06
猜你喜欢
  • 2021-11-08
  • 2021-04-16
  • 2022-12-23
  • 2022-02-09
  • 2021-08-02
  • 2021-09-19
相关资源
相似解决方案