[jQuery] [tablesorter] nesting tables with zebra striping

2008-10-28 Thread Rainaer
I'm probably pushing tablesorter and treeview beyond what they were originally intended for, but I have nested tablesorter tables using the zebra striping, but the problem I encounter is that if the nested table lies within an "odd" row all of the cells of the nested table are overridden with the

[jQuery] Re: [treeview] is there a way to extend the click element?

2008-10-14 Thread Rainaer
y.com/Plugins/Treeview/treeview >>> >>> > "Callback when toggling a branch. Arguments: "this" refers to the UL >>> > that was shown or hidden. Works only with speed option set (set speed: >>> > 1 to enable callback without animations)

[jQuery] [treeview] is there a way to extend the click element?

2008-10-14 Thread Rainaer
I would like to be able to dynamically assign aditional functionality to the onclick event within the treeview list structure so that it would not only expand the tree display, but also perform a function which I assign to the list element. Is this possible? Thank you Robert Zumwalt