[jQuery] Re: columnFilters

2009-04-16 Thread ManKuZo
Itès simplier to use the filterable plugins : http://plugins.jquery.com/project/filterable On Apr 16, 9:33 am, ManKuZo wrote: > Hello, > >    I download the columnFilters plugins and test it, every thing is > working fine. But, I want to filter my table on one specific column, &g

[jQuery] columnFilters

2009-04-16 Thread ManKuZo
Hello, I download the columnFilters plugins and test it, every thing is working fine. But, I want to filter my table on one specific column, so the added filter row above the table header is not relevant for me. I'm trying to modify the jquery.columnfilters.js that it will work with text file

[jQuery] Help about how to use the jquery.kiketable.colsizable

2009-03-18 Thread ManKuZo
Hello, I'm trying to create a very simple exemple with the the jquery.kiketable.colsizable pluging. But, It's not working, can you help me with this. The part of the code is bellow : IN THE HEADER $(document).ready(function(){ $("table").kiketable_colsizable() }); IN THE BOD

[jQuery] jQuery tablesorter and highlight rows

2009-03-06 Thread ManKuZo
Hello all, I'm using jQuery tablesorter to sort the content of my table. the row are highlighted and I'm no using the 'zebra' widget. The table id is : admin_table, and the code look like this : $("#admin_table").tablesorter(); $("#admin_table tr:odd").addClass("odd"); //add the odd class t