开发者

input box using jquery dropdown box

开发者 https://www.devze.com 2023-01-05 04:41 出处:网络
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 value

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消