Hi everyone,
I've developed a rails website in which I've got a text box with autocompletion facilities (When the user starts typing, a list of valid values "drops down" under it). For this, I used Rail's autocomplete.
Now I'm developing a mobile version of this site. Since the target browsing phone will be the iphone, I'm using jqtouch.
Hence my question is: What is the best way to do an "autocompletable ajax text box" on an iphone web app?
I suspect there should be an easy way of doing this since jqtouch uses jquery, and there're several autocomplete plugins for it (by the way, no idea which one is best suited for this task). However, if anyone thinks there's a better way to do this than with jqtouch, I'm open to suggestions.