其中一个字段具有令牌输入,并且具有多个值。它是一个单一的选择字段,一旦我们从该字段中选择一个特定值并提交然后重新打开相同的表单,我们就有一些逻辑可以清除该字段,但在清除之前,我们将值存储在一个变量中,并且清除后,我们将其写回,问题是我们使用普通的 jquery 写入值,这不起作用。谁能告诉我怎么写回来。
下面是令牌输入的结构
<div>
<ul class="token-input-list-ap">
<li class="token-input-token-ap"></li>
<li class="token-input-input-token-ap">
<input type="text" autocomplete="off" id="token-input-idlov17" style="outline: none; width: 30px; display: none;">
<tester style="position: absolute; top: -9999px; left: -9999px; width: auto; font-size: 13px; font-family: 'Avenir Next', Avenir, 'Helvetica Neue', 'Lucida Grande', Arial, sans-serif; font-weight: normal; letter-spacing: normal; white-space: nowrap;"></tester>
</li>
</ul>
<input type="text" id="idlov17" name="ONSITE_lov" class="reportField fieldsXtraLength" value="" placeholder="Find by name or email" style="display: none;">
</div>