David Duymelinck schreef:
> Jez McKean schreef:
>
>> Hi all,
>> has anyone made this as (part of) a plugin?
>>
>>
> Just use the hover function, there is no plugin needed.
>
> $("td").hover(function(){
> $(this).addClass("over");
> },function(){
> $(this).addClass("out");
> });
>
I should read the subject before answering, the hover won't do :)
But check
http://motherrussia.polyester.se/pub/jquery/tablesorter/1.0.3/docs/examples/row-striping-and-hightlight.html
for column highlighting
--
David Duymelinck
________________
[EMAIL PROTECTED]
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/