[jQuery] replaced content losing it's 'binding'
Taking my first real stab at jquery, and can't get around what I expect is a
common problem:
I have a table to which the user can add/remove rows. The data in the table
is also periodically refreshed. All my functions work on their own, but
after the first add/refresh, my deletes stop working.