输入自动填写表格
我试图用谷歌搜索我的答案,但我没有运气,我的网站上有一张表格,但我希望它自动填写。
例如,在颜色类别框中,用户可以键入“r”和红色可供选择,如果有多个红色选项,则用户将必须键入第二个字符进行选择,因为它将给出所有颜色以“r”开头。
我不想使用下拉框/复选框等。
I've tried to Google my answer but I'm having no luck, I have a form on my website but I want it to auto-fill.
e.g. in the colour category box, the user can type "r" and Red with be available to select, if there is more than one option with red than the user will have to type the second character to choose because it will give all the colours beginning with "r".
I do not want to use a drop-box/check box etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一个非常广泛的问题,我认为没有人会给你详细的答案。
我建议您检查 jqueryUI 及其自动完成小部件。
http://jqueryui.com/demos/autocomplete/
它非常容易使用...
This is a very broad question, i don't think anyone's going to give you a detailed answer.
I advise you to check jqueryUI and it's Autocomplete widget.
http://jqueryui.com/demos/autocomplete/
It's very easy to use...
您可以使用自动完成 JavaScript 文本字段。
来源在这里 http://www.vonloesch.de/node/18
you can use Auto complete javascript text field.
source is here http://www.vonloesch.de/node/18