Sweet. (And not just because it uses my code. <g>)
That is exactly the kind of thing I wanted to suggest to suggest to Jack, I
just didn't have a concrete example in mind. If he can do something like
this it will be a whole lot better than any innerHTML hack.
BTW, Jack, the code below looks like it uses an updated version of the DOM
plugin - my original version required the {} as the first argument even if
there were no attributes. I've been meaning to post an update with the
patches you guys sent me - my apologies! - in the meantime maybe Dave can
send you the version he's using, or else you can change code like
$.TD(row.Risk) to $.TD({},row.Risk) if you use the one from my site.