开发者

jQuery plugin for auto-completing AND dropdown functionality?

开发者 https://www.devze.com 2023-02-14 19:09 出处:网络
I have a list of countries in a database. To allow users to select their country, I would like to implement a form that supports auto-complete / autofill AND \"normal dropdown behavior\" within one co

I have a list of countries in a database. To allow users to select their country, I would like to implement a form that supports auto-complete / autofill AND "normal dropdown behavior" within one control. By auto-complete / autofill I mean that the user starts typing their country name and then a list of suggestions appears automatically based on what they e开发者_运维百科ntered for them to quickly select from - just like how the tags input box on this page works.

Examples can be seen on http://www.momondo.com/ and http://badoo.com/ but I think their script is custom.

Is there an opensource .js plugin for this that's cross-browser friendly?

Thanks.


JQueryUI Autocomplete plugin is what you need http://jqueryui.com/demos/autocomplete/

You can find a lot of demos and documentation in the previous link. I hope it helps you!

0

精彩评论

暂无评论...
验证码 换一张
取 消