Bhavin Mon, 05 Oct 2009 12:58:52 -0700
Hi, I am trying to select the <tr> "except the <tr> - with <th>".
As per jquery book, I tried this. but it is not working. $('tr:not[th]:even').addClass('even'); can anybody tell me the solution ? Thanks, Bhavin.