Autocomplete for mobile web apps
Is there a library (like Wink Toolkit, Sencha Touch or jQuery Mobile) that offers autocomplete solutions for web apps out of the box?
I need to apologize because I forgot to add its all about a mobile web app.
The question is excellent. I'm just currently dealing with the very same design problem. Current auto-complete solutions work very poorly on mobile devices (if at all).
Luckily there is jQuery Mobile for which you can get jQM Autocomplete as a plugin . See also accompanying design notes.
jQuery UI具有自动完成功能。
there are in fact several.
jQuery UI has auto complete.
http://jqueryui.com/demos/autocomplete/
Ajax ControlToolkit has autocomplete control (for c#)
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/AutoComplete/AutoComplete.aspx
Mootools auto complete
http://jsfiddle.net/fabiomcosta/eZpuL/3/
Hope it helps.
链接地址: http://www.djcxy.com/p/44750.html上一篇: 移动HTML5框架
下一篇: 自动填充移动网络应用程序