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 with JQuery 1.1.1:
>
> if(defaults.rowHighlightClass) {
> jQuery("> tbody:first/tr",oTable).click(function() {
> if(ROW_LAST_HIGHLIGHT_OBJ) {
>
> ROW_LAST_HIGHLIGHT_OBJ.removeClass(defaults.rowHighlightClass);
> }
> ROW_LAST_HIGHLIGHT_OBJ =
> jQuery(this).addClass(defaults.rowHighlightClass);
> });
> }
>
> [EMAIL PROTECTED] wrote:
>
>> 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 mailing list
>> [email protected]
>> http://jquery.com/discuss/
>>
>>
>>
>>
>
>
--
The information transmitted is intended only for the person or entity to which
it is addressed and may contain confidential and/or privileged material. Any
review, retransmission, dissemination or other use of, or taking of any action
in reliance upon, this information by persons or entities other than the
intended recipient is prohibited. If you received this in error, please
contact the sender and delete the material from any computer.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/