javascript – 自动完成文本字段

如何在标签字段的Stack Overflow中创建一个自动完成文本字段?我想将它用于我的Rails应用程序.

解决方法:

*使用jQuery Autocomplete Plugin,它有多项支持.

检查demos.

编辑页面中的代码段:

$("#tagnames").autocomplete("/tags/filter", {
    max: 6,
    highlightItem: true,
    multiple: true,
    multipleSeparator: " ",
    matchContains: true,
    scroll: true,
    scrollHeight: 300
});
上一篇:rxswift的双向绑定


下一篇:实验十