> Doesn't this work:
>
> $('#fill-table > tbody').append(json, [
>        '<tr class="MyTableRow">',
>            '<td class="MyTableCol1">', this.name, '</td>',
>            '<td class="MyTableCol2">', this.surname, '</td>',
>        '</tr>'
>    ].join('');
>  );
>
> If not, perhaps it should be added to jQuery?

Not the json/templating stuff - but you can append <tr>s to both
tables and tbodys (jQuery takes care of all the innerHTML details to
make it work cross browser).

--John

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to