joelt
joelt

Reputation: 2680

jQuery plugin - not quite autocomplete

I'm looking for a jQuery plugin (or some other library that'll work with jquery) that will do autocomplete-type behavior. A couple features I'm looking for

  1. support text/id paired data, where the text is displayed in the "dropdown" and textbox, but an ID is available to be submitted with the form.
  2. ID's are not required to be submitted to the server - that is, items not in the list could be entered into the textbox
  3. prefereably the ability to style the markup of items in the list

This http://code.drewwilson.com/entry/autosuggest-jquery-plugin/ is a pretty good match, but seems to have a couple bugs. The jQuery UI implementation seems to be missing at least the first.

Upvotes: 1

Views: 91

Answers (2)

Jamie Taylor
Jamie Taylor

Reputation: 4775

Not sure if this is what you're looking for but it's what I use, Lightweight and easy to style too!

http://harvesthq.github.com/chosen/

Upvotes: 1

May Thet Htwe
May Thet Htwe

Reputation: 31

I can't understand what you mean because of my poor english. But I found some jQuery Plugins for you, which might be useful:

  1. http://jquery-plugins.net/#
  2. http://www.jqueryplugins.com/

Upvotes: 0

Related Questions