3 Replies Latest reply on Feb 25, 2009 10:55 AM by nbelaevski

    Is it possible to have Tool tip on Jquery

    mail2bansi

      I am using richFaces dataTable and when users move the mouse over the dataTable row, its highlighted with the help of JQuery. At the same time i would like to have tool tip on highlighted row as i am performing some action on double click of highlighted row

      Here is the code snippet

      <rich:jQuery selector="#myTable tbody tr" query="mouseover(function(){jQuery(this).addClass('active-row')})" />