3 Replies Latest reply on Feb 3, 2010 7:00 AM by ajanz

    jquery selector not working

    ajanz

      i try to use jquery selector to use zebra style tables

       

      inside the table there is also a tooltip which contains a table.

       

      i of course only want the main table to be zebra style

       

      i tried

       

      rich:jQuery

       

      selector="#wftbl tr:odd[@class*=rich]" query="addClass('odd-row')"

       

      but did not work.