Implementing jquery UI autocomplete to show suggestions when you type “@”

前端 未结 3 1675
生来不讨喜
生来不讨喜 2020-11-30 02:38

I\'m using jquery UI AutoComplete to allow users to tag friends using @mentions. By default, the autocomplete suggestions appear when as soon you put focus on the textbox.

3条回答
  •  执笔经年
    2020-11-30 03:24

    As of the date of this note, I recommend the jquery.mentionsInput plugin. It supports @mention tagging just like on facebook, complete with avatars and either local or ajax data.

    http://podio.github.com/jquery-mentions-input/

提交回复
热议问题