[jQuery] wrapping a <tr> with <table> fails in IE

[jQuery] wrapping a <tr> with <table> fails in IE


I am trying to wrap a <tr> with a <table> in IE and it ends up just
removing the row. This works in Firefox without an issue. Also, I
can wrap the <tr> with a <div> in IE and that works, however my table
rows get all jacked up, as a result of the div's between rows. Has
anyone else encountered this issue? Please say yes...