Reputation: 4670
do you know a jQuery Autocomplete Plugin that has the following features. I have searched SO, but I can't seem to find what I'm looking for. So, here it is:
dropdown filter
not populated on page load
depends on what the user types on the input box
input box
and autosuggested items are on an li
default to a value
dropdown autosuggest
not a dropdown filter
. Because a dropdown filter already has items in it which you could filter by typing. A dropdown autosuggest populates the dropdown based on user input
. I call this a dropdown because the user may not input freetext
This is the closest one I could get for now. http://wharsojo.wordpress.com/2008/02/18/jquery-facebook-autocomplete/ and this is multiple selection in which I only need one. The drop-down box doesn't seem to be configurable as I am planning to add the avatar and location of the user.
Upvotes: 0
Views: 1866
Reputation: 6602
HI, I've a very similar jquery package as your requirement, its very simple, without any styling.. for demo go to: http://blog.prakashgobhaju.com.np/demos/jquery/auto-suggest.html
you'll find there download link too
I hope this will help you
Upvotes: 0
Reputation: 4197
i would say, that you can achieve all this by using JQueryUI Autocomplete.
I hope this has helped you in some way.
Upvotes: 1