简体   繁体   中英

How to use a jQuery Autocomplete

I need a Example and source code of a JQuery autocomplete. for eg if i have a cityArray={'Amsterdam, Amritsar, London, New york'}; i want that whenever user press 'N' it will show a All the cities which contains a 'N' character, as per above array it must show London and New York both. I have a example which show all the cities which Starts with 'N' character, but I need all the cities which having a 'N' Character. please help me. Reply me as soon as possible.

You can find AutoComplete using jQuery at below mentioned link.

http://aspdotnetcodebook.blogspot.com/2010/02/autocomplete-using-jquery.html

Or You can search with google... and you will find out lots of AutomComplete using JQuery.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM