gpt4 book ai didi

javascript - 标签输入插件不适用于 bootstrap 3

转载 作者:行者123 更新时间:2023-11-28 17:42:41 24 4
gpt4 key购买 nike

我与 Tags-input 一起工作引导插件。这适用于 typehead 和 Json 文件但是在 bootstrap 3 中这个插件对我不起作用。

HTML:

<input class="form-control" type="text" />

JS:

$('input').tagsinput({
typeahead: {
source: function (query) {
return $.get('https://raw.githubusercontent.com/TimSchlechter/bootstrap-tagsinput/master/examples/assets/citynames.json');
}
}
});

有什么问题?我该如何解决这个问题?

DEMO JSFIDDLE

最佳答案

试试这个,它很容易使用它是 jquery 的标签输入。
这是它的Fiddle .
html:

<p>This is a basic tag input: 
<input id="tag1" value="alpha,beta,gamma" />
</p>

JS:

$('#tag1').tagsInput({
// my parameters here
});

如果您仍想使用 Bootstrap 标签输入,请检查此 Question

关于javascript - 标签输入插件不适用于 bootstrap 3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23805323/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com