jQuery and PHP suggested answers

后端 未结 5 2017
谎友^
谎友^ 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 11:55

    You should take a look at the jquery auto-complete plugin:

    http://docs.jquery.com/Plugins/autocomplete

    Also, you could separate the names using commas.

提交回复
热议问题