Javascript 数据表搜索被另一个表单的输入搞砸了

Javascript 数据表搜索被另一个表单的输入搞砸了,javascript,datatables,Javascript,Datatables,你好,我有一张这样的表格 <form id="ricerca" enctype="application/x-www-form-urlencoded" method="post" action=""><table class="inserisci_modifica"> <tr class="visualizza_dati"> <td class="nome_campo"><label for="ragsoc_denominazione"&g

你好,我有一张这样的表格

<form id="ricerca" enctype="application/x-www-form-urlencoded" method="post" action=""><table class="inserisci_modifica">
<tr class="visualizza_dati">

<td class="nome_campo"><label for="ragsoc_denominazione">Ragione sociale o denominazione</label></td>
<td class="valore_campo">
<input type="text" name="ragsoc_denominazione" id="ragsoc_denominazione" value="" tabindex="1" /></td>
<td class="nome_campo"><label for="piva">Partita IVA</label></td>
<td class="valore_campo">
<input type="text" name="piva" id="piva" value="" tabindex="9" /></td></tr>

问题是,当我在表单中键入某个内容时,就好像它被自动提交为dataTables的搜索字段,然后我可以在dataTables搜索字段中看到相同的文本,我不明白为什么无论我找到错误,我都在使用插件,在dataTableExt.oApi.fnSetFilteringDelay中 我得换衣服

anControl = $( 'input', _that.fnSettings().aanFeatures.f );


不管我怎么发现这个bug,我都在使用一个插件,在dataTableExt.oApi.fnSetFilteringDelay中 我得换衣服

anControl = $( 'input', _that.fnSettings().aanFeatures.f );

anControl = $( 'table.dataTables input', _that.fnSettings().aanFeatures.f );