is there any Control or Jquery Plugin exist for asp.net Auto Complete DropDownList? if yes please link a sample here. I don't want use asp.net ajax control toolkit
相关问题
- Carriage Return (ASCII chr 13) is missing from tex
- How to fix IE ClearType + jQuery opacity problem i
- jQuery add and remove delay
- How to store image outside of the website's ro
- Include empty value fields in jQuery .serialize()
I don't know if this is what you're looking for but there is a nice Facebook-like type-ahead list here:
https://github.com/emposha/FCBKcomplete
It is a jQuery plugin, and uses AJAX to call a web service to load the items for the list as you type, and implements some smart caching as well to save on web service calls. Like I said, might not be exactly what you're looking for, but it's worth a glance at least.
Also check out jQuery autocomplete.
http://jqueryui.com/demos/autocomplete/
jQuery AutoComplete can work with DropDownList
http://jqueryui.com/demos/autocomplete/#combobox