我想提供thead
数据表的搜索并在其中实现搜索......但它不起作用......
$("#listings_row thead input").keyup( function () {
oTable.fnFilter( this.value, $(this).attr('id') );
} );
<thead style="background:none;border:none;" id="searchbox">
<tr class="search_box">
<th><input type="text" style="height:16px;" name="search_engine" value="Search engines" class="search_init" id="1" /></th>
</tr>
</thead>
http://jsfiddle.net/methew/u9654/3/
只有这一行不能正常工作...oTable.fnFilter(this.value, $(this).attr('id'));