javascript - Facebook jQuery autocomplete plugin for textarea & free text -
is there jquery plugin, similar facebook, suggests/autocompletes criteria:
- works textarea or contenteditable div. i'm finding many plugins support input fields (ex. http://loopj.com/jquery-tokeninput/).
- supports free text, combination of tags , non-tag text. example allows tags after hitting enter: http://brianreavis.github.io/selectize.js/ - not free text. examples of free text at.js (http://ichord.github.io/at.js), jquery-textcomplete (http://yuku-t.com/jquery-textcomplete), , jquery.mentionsinput (http://podio.github.io/jquery-mentions-input)
- pill-like css effect backspace/delete functionality. http://yuku-t.com/jquery-textcomplete/ gets pretty close styling example doesn't have delete functionality found in other plugins. example 1 has remove functionality.
here example zapier well:
found rich_textarea, meets criteria.
Comments
Post a Comment