Re: [jQuery] Tablesorter jquery plugin modification

2007-01-23 Thread Christian Bach
Hi, I will do some tests this week and see if i can sort out the jQuery 1.1.1 related problems. I just started development on the new version of tablesorter and will be making a proper 1.1 release in the near future. Filtering will not be included in this release and is drop. And will be repla

Re: [jQuery] Tablesorter jquery plugin modification

2007-01-22 Thread [EMAIL PROTECTED]
Actually the error can be avoided by setting rowHighlightClass to false as default and giving it a class name that actually exists if we need the highlight-on-row-click functionality. [EMAIL PROTECTED] wrote: > I believe that the following selector in the TableSorter plug in is not > compatible

Re: [jQuery] Tablesorter jquery plugin modification

2007-01-22 Thread Mike Chabot
It works for me, although my table is very simple. -Mike Chabot On 1/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I believe that the following selector in the TableSorter plug in is not > compatible with JQuery 1.1.1: > >if(defaults.rowHighlightClass) { >jQue

Re: [jQuery] Tablesorter jquery plugin modification

2007-01-22 Thread [EMAIL PROTECTED]
I believe that the following selector in the TableSorter plug in is not compatible with JQuery 1.1.1: if(defaults.rowHighlightClass) { jQuery("> tbody:first/tr",oTable).click(function() { if(ROW_LAST_HIGHLIGHT_OBJ) { ROW_LAS

Re: [jQuery] Tablesorter jquery plugin modification

2007-01-22 Thread [EMAIL PROTECTED]
Is TableSorter fully compatible with JQuery 1.1.1? With JQuery 1.1.1 (Rev: 1153 - 01.22.07) we get this error from a click event inside a table with TableSorter: "Error: c.split is not a function" Christian, are you still developing TableSorter? Thanks. Roso ___

[jQuery] Tablesorter jquery plugin modification

2007-01-04 Thread sesilu nitram anier
Hi, Your tablesorter jquery plugin make my life more easy. In our site we use a lot of tables and Your plugin help us vey much. But, we have tables with to much "th" with "colspan" in "thead", and your plugin don't work with these. I make small modification to your jquery.tablesorte plugin to co