This one <quote> > <table id="invitationsList"> > <tr id="listItem"> > <td class="some-class" id="firstName></td> > <td id="lastName" class="another-class"></td> > <td>Name tag color: </td> > </tr></table> </quote>
or $table <quote> >Not only so, but you will eliminate the building of any html on the serverside >too </quote> How? In your own example you have to build the html. Regards, Gilberto
