jQuery and PHP suggested answers

后端 未结 5 2016
谎友^
谎友^ 2021-01-27 11:15

Hey guys, there is a form where the user select some of his friends and I\'m curious on how I can implement a list that searches simultaneously while the user is typing a friend

5条回答
  •  走了就别回头了
    2021-01-27 12:02

    Are you looking to write your own plugin or would you like to use an existing one?

    If you want something ready made, here are a few examples

    if you want something extremely light, only 6kb packed, this one would be the best choice
    Autosuggest jQuery Plugin

    Older one but still good

    Tokenizing Autocomplete

提交回复
热议问题