input box using jquery dropdown box
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. 开发者_如何学CIn my case, when the user types 'ca', 'app' or 'ba' the values should appear. How do I do this using jQuery?
You may take a look at the jquery autocomplete plugin.
精彩评论