[jQuery] Re: how can I add to different elements inside a jQuery object?

2009-04-15 Thread hybris77
thanks for the advice sometimes thought it seems all things possible is not to be found SO easily on the jQuery documentation pages nice one On 15 Apr, 11:32, Donny Kurnia wrote: > hybris77 wrote: > > ponder something like this: > > > var elements = $( '#template_elements' ).html(); > > > $(

[jQuery] Re: how can I add to different elements inside a jQuery object?

2009-04-15 Thread Donny Kurnia
hybris77 wrote: > ponder something like this: > > var elements = $( '#template_elements' ).html(); > > $( elements ".mol_row" ).append( ""+ molname +""); > > is that the correct way to add to a particular element inside a > cached > jQuery object? > > many thanks > > /pär > You must swap th