Hi
I am trying to find the find the Text of the Table cell (from TD) that is CLicked.
Basically, my JQuery Code is not htting this line.
$("#myTable tbody tr").find("td:eq(" + i + ")").click(function() {
My table has 88 Records when i tried $("#myTable tbody tr").length
But it is not find "td:eq(".
Appreciate all responses.