Autocomplete for mobile web apps [duplicate]

狂风中的少年 提交于 2019-12-19 21:42:02

问题


Possible Duplicate:
Getting jQueryUi Autocomplete to work with jQueryMobile

Is there a out of the box solution (examples) for autocomplete for "mobile" web apps like for iphone, android 2.1+ devices,...


回答1:


Using a normal jQuery library should work. Smashing Magazine had a good article on how to implement it in the best way forward.

http://www.smashingmagazine.com/2011/04/27/tap-ahead-design-pattern-mobile-auto-suggest-on-steroids/?utm_source=twitterfeed&utm_medium=twitter




回答2:


Take a look at this plugin for instance: jquery autocomplete




回答3:


I have recently completed a mobile web app which uses the standard autocomplete function rolled into jQuery UI -- works well.



来源:https://stackoverflow.com/questions/6545279/autocomplete-for-mobile-web-apps

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!