gpt4 book ai didi

css - jquery Tag-it 插件的输入字段样式

转载 作者:行者123 更新时间:2023-11-28 10:16:33 31 4
gpt4 key购买 nike

html

<p> Tags:<input  name="tags" id="tags" /></p>

jquery

$('#tags').tagit( {tagLimit:3});

我想控制输入框的大小,我该怎么做?

最佳答案

如果您查看由 tag-it 插件生成的动态 HTML,就会发现 ul.tagit 是分配给生成的 UL 的类。因此,要在您的 CSS 集中将宽度设置为 200px:

ul.tagit {
width: 200px;
}

关于css - jquery Tag-it 插件的输入字段样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22974140/

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