Wow. I would never have figured this out. The docs don't mention serial appending like this. I was trying to do what you recommended but with the javascript concatenator (+) instead of a comma (,). Everything is working perfectly now. Thanks for your help.
On Mar 5, 1:07 pm, ricardobeat <ricardob...@gmail.com> wrote: > You can append more than one thing at a time: > > $('#clonehere').append($('.hook:first').clone(true), "Some text<br / > > >"); >