ponder something like this:

var elements = $( '#template_elements' ).html();

$( elements ".mol_row" ).append( "<td>"+ molname +"</td>");

is that the correct way to add to a particular element inside a
cached
jQuery object?

many thanks

/pär

Reply via email to