简体   繁体   English

使用其他输入数据自动完成标记

[英]Autocomplete tagging with additional input data

You all know one dimensional, autocomplete tagging from Stackoverflows' input field for tags. 你们都知道Stackoverflows标签输入字段的一维自动完成标记。 Now have a look at this: http://documentcloud.github.com/visualsearch/#demo : For given facets (country, account, ...) you can additionally enter custom information. 现在看看这个: http//documentcloud.github.com/visualsearch/#demo :对于给定的方面(国家,帐户,...),您还可以输入自定义信息。 Unfortunately the list of facets is static and I cannot add new facets "on-the-fly" while typing in the input field. 不幸的是,facet列表是静态的,我无法在输入字段中输入时“在运行中”添加新的facet。 Does anyone know a solution for a quasi two dimensional autocomplete tag/facet form where the tags/facets are variable and autocompleted as the additional information? 有没有人知道准二维自动完成标签/方面形式的解决方案,其中标签/方面是可变的并自动完成作为附加信息?

Thanks in advance! 提前致谢!

You should check http://podio.github.com/jquery-mentions-input/ . 你应该查看http://podio.github.com/jquery-mentions-input/ It allows you to autocomplete based on a triggerChar. 它允许您基于triggerChar自动完成。 It might be possible to use it multiple times on a textarea?! 有可能在textarea上多次使用它?!

Edit: This one is slightly better and accepts multiple trigger chars. 编辑:这个稍微好一些并接受多个触发器字符。 https://github.com/dtime/jquery-mentions-input https://github.com/dtime/jquery-mentions-input

Edit: I found that I like this version the most: http://daniel-zahariev.github.com/jquery-textntags/ 编辑:我发现我最喜欢这个版本: http//daniel-zahariev.github.com/jquery-textntags/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM