4

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,...

Community
  • 1
  • 1
Bartosz Stankiewicz
  • 323
  • 1
  • 2
  • 10

3 Answers3

2

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

Michael Todd
  • 16,679
  • 4
  • 49
  • 69
Troy SK
  • 1,279
  • 7
  • 14
0

Take a look at this plugin for instance: jquery autocomplete

Michiel Overeem
  • 3,894
  • 2
  • 27
  • 39
0

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

Ben
  • 7,548
  • 31
  • 45