2009-11-11 33 views

回答

1

我終於找到了一個正在與jquery.columnfilters.js jquery.tablePager-1.1.js這是非常非常基本的,但工作好。

http://slashjquery.com/tablepager/index.html#examples

這裏是我的代碼:

$(document).ready(function() { 
$('table#filterTable') .columnFilters({wildCard:'*',notCharacter:'?', excludeColumns:[7]}) .tablePager(); 
}); 

我想其他的尋呼機可以工作,但我還沒有找到正確的方法添加到現有的代碼。