Is there a library (like Wink Toolkit, Sencha Touch or jQuery Mobile) that offers autoplete solutions for web apps out of the box?
I need to apologize because I forgot to add its all about a mobile web app.
Is there a library (like Wink Toolkit, Sencha Touch or jQuery Mobile) that offers autoplete solutions for web apps out of the box?
I need to apologize because I forgot to add its all about a mobile web app.
Share Improve this question edited Jun 29, 2011 at 8:47 Bartosz Stankiewicz asked Jun 28, 2011 at 13:50 Bartosz StankiewiczBartosz Stankiewicz 3331 gold badge2 silver badges10 bronze badges7 Answers
Reset to default 2The question is excellent. I'm just currently dealing with the very same design problem. Current auto-plete solutions work very poorly on mobile devices (if at all).
Luckily there is jQuery Mobile for which you can get jQM Autoplete as a plugin. See also acpanying design notes.
jQuery UI has autoplete.
there are in fact several.
jQuery UI has auto plete.
http://jqueryui./demos/autoplete/
Ajax ControlToolkit has autoplete control (for c#)
http://www.asp/AJAX/AjaxControlToolkit/Samples/AutoComplete/AutoComplete.aspx
Mootools auto plete
http://jsfiddle/fabiomcosta/eZpuL/3/
Hope it helps.
Haven't used any autoplete function for Sencha Touch myself but I know that there is a feature called "bobox" which has that functionality and Sencha Touch developers could use.
Implementing autoplete on mobile makes you have into account that user is more prone to typing errors, and also has a changing connection.
I made an autoplete with jQuery UI autoplete but it performed poorly on mobile. Maybe you could have a different experience with it.
See https://stackoverflow./a/6545344/1197775
YUI3 AutoComplete helps me, this works good on my iphone
demo (( YUI2 )) :: http://developer.yahoo./yui/examples/autoplete/ac_basic_xhr.html
tutorial (( YUI3 )) :: http://yuilibrary./yui/docs/autoplete/
hope this helps n__n
jQuery UI library has a autoplete widget. Check it here