gpt4 book ai didi

javascript - 如何使用 jQuery 删除下方输入字段中的所有标签?

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:54:27 25 4
gpt4 key购买 nike

如何使用 jQuery 删除下方输入字段中的所有标签?

<input class="form-control" id="videotags" data-role="tagsinput"  placeholder="Video Tags" type="text">

//what I tried:
<script>$("#videotags").remove();</script>

最佳答案

如果你使用的是 Bootstrap tagsinput 试试这个:

$("#videotags").tagsinput('removeAll');

source

关于javascript - 如何使用 jQuery 删除下方输入字段中的所有标签?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42876077/

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