hi,
I am trying to rotate table cells in a table created using xslt list view webpart. for this I am using jquery as there is no other cross browser solution. what am noticing is I can't make Jquery selectors work on the html elements that are created as a result of compiling xslt.
I try to alert length of the <td> elements and I am always getting zero.
Please help....