search table js:使用javascript使表可搜索。 之前必须导入jquery 源码
搜索表js jQuery依赖 使用javascript使表格可搜索。 之前必须导入jquery。 如何使用: $ ( "#yourtable" ) . searchTable ( ) ; 或者 $ ( "#yourtable" ) . searchTable ( { filterTrClass : ".master" , placeholder : "Type some term to find on table" , before : function ( ) { console . log ( "My function" ) ; } } ) ; 没有依赖 window . searchTable ( "#yourtable" ) ;
下载地址
用户评论