tags:

views:

29

answers:

1

When a user types in my input field, I would like the div to appear or hide, in the same way as happens on google.com. In my case, when the user types 'ca', 'app' or 'ba' the values should appear. How do I do this using jQuery?

A: 

You may take a look at the jquery autocomplete plugin.

Darin Dimitrov