在我的 html 中,我有以下行
<li class="tagit-new">
<input class="ui-widget-content ui-autocomplete-input" type="text" autocomplete="off">
<span class="ui-helper-hidden-accessible" role="status" aria-live="polite"></span>
</li>
我想要,使用 jquery 添加附加输入字段 - 只读
我在我的 html 中有几次这种结构。我可以将它添加到第一个吗?
什么是最好的方法?