2

I really like http://www.devthought.com/projects/jquery/textboxlist/ for autocomplete, but I was wondering if there is an open source version.

I also really like http://code.drewwilson.com/entry/autosuggest-jquery-plugin.

Here's another question on Stackoverflow that is pretty useful Facebook style JQuery autocomplete plugin

Community
  • 1
  • 1
Cyrus
  • 3,687
  • 5
  • 35
  • 67
  • 1
    The jQuery UI site has a demo that gets you 90% of the way there: http://jqueryui.com/demos/autocomplete/#multiple – Kevin B Feb 21 '12 at 22:06

4 Answers4

3

I really Like this one: http://jcesar.artelogico.com/jquery-tagselector

Adam Seabridge
  • 1,909
  • 1
  • 20
  • 27
  • I really like this one. I also want to be able to create new tags if there isn't a record in the AJAX call. – Cyrus Feb 21 '12 at 22:21
1

Here's another good one:

http://webspirited.com/tagit/?page=tagit#demos

Adam Seabridge
  • 1,909
  • 1
  • 20
  • 27
1

Check this Rails example based on Tag-it! and autocomplete:

makaroni4
  • 2,281
  • 1
  • 18
  • 26
1

Here's a modified version of the jquery ui demo I linked:

http://jsfiddle.net/6DwRQ/

It needs some css fixes and dynamically re-sizing of the input element as tags are added, but that's basically all there is to it.

Kevin B
  • 94,570
  • 16
  • 163
  • 180