简体   繁体   English

如何通过javascript删除jQuery文本框列表中的条目

[英]How to remove entries in jQuery textboxlist via javascript

I'm using jQuery textboxlist, at this moment the devthought.com website is down so I can't access the documentation: is there a way to delete all the entries via javascript? 我正在使用jQuery文本框列表,目前devthought.com网站已关闭,因此我无法访问该文档:是否可以通过javascript删除所有条目? I cant find a method to do this in the source. 我找不到在源代码中执行此操作的方法。

Maybe you can try removing it from DOM and create a new one? 也许您可以尝试将其从DOM中删除并创建一个新的? After removing, 移除后,

$('#form_tags_input').textboxlist();

I couldn't see a delete method in website. 我在网站上看不到删除方法。 (it works time by time now.) (现在按时间工作。)

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

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