Cannot remove() a row append() to a table
I have a table with several rows (<tr>) and I use jQuery append() to add one more row to the table.
Then I try to delete that row with remove(), which is working fine with the original rows, and fail.
Please help. Here is the jsfiddle link.
http://jsfiddle.net/twCd6/