データテーブルの検索を提供し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') );