javascript - Facebook jQuery autocomplete plugin for textarea & free text -


is there jquery plugin, similar facebook, suggests/autocompletes criteria:

  1. works textarea or contenteditable div. i'm finding many plugins support input fields (ex. http://loopj.com/jquery-tokeninput/).
  2. 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)
  3. 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:

zapier

found rich_textarea, meets criteria.

https://github.com/yermo/rich_textarea


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -