This is the code on the script, i need to get the content from the second cell.
The table hasnt got a id but is in a div with the id ‘Chat’
The 4th row i can select:
var row = $("#chat tr:nth-child(4)");
But not the second cell:
var cellContent = $("#chat td:nth-child(4)").html();
I cant post images or table tags, so this is a link to the image of the table and its code.
http://img577.imageshack.us/img577/8871/chattable.png
Here is a fiddle that hopefully helps your jquery question. http://jsfiddle.net/CrumK/1/