[jQuery] assign to outerhtml

[jQuery] assign to outerhtml


Hi all!
I'd like to update a tr tag of a table with an ajax call.
The problem is that outerhtml is an IE specific attribute, and I have
the row style defined in the tr tag.
Is there a cross-browser solution to update a single row of a table
either with some cross-browser outerhtml script or without using
outerhtml?
So here just getting the outerhtml is not enough, I'd like to use it
as an lvalue.
Since I'm a beginner in jquery, can I have a minimal but complete
example? (I have some difficulties with the ajax functions)
thanks
Gergo