I have a link inside of a table that, when clicked, removes the entire parent tr. I am using detach() for the purposes of restoring that item later based on an event.
Typically, one would store this as a variable, then recall it later and have it append() later, but what if I need to restore multiple rows?
There is no .= method to add more to a variable is there?
JSFiddle = http://jsfiddle.net/nErDy/
Why not use an array?
http://jsfiddle.net/wirey00/nErDy/2/