That works. THANKS!
On Mon, Sep 17, 2012 at 8:16 PM, Bruno Rocha <rochacbr...@gmail.com> wrote: > > you need to use # on id selectors $("#selector_id") > > function parse_my_data(data){ > $('*#*target').append(data); > $('*#*target').append(P('<hello>', XML('<b>world</b>'))); > } > > -- > > > > --