I'm hoping this is just a simple selector question.

I currently have this code which inserts a row at the end of a table.
$('<tr class="datarow">').appendTo("#my_table").html(rowcells);

I need to add a footer row to the same table. Is there a simple
modification to the the above code so that it would insert a row above
the last table row?

Reply via email to