Hi,
I'm looking for a way to append an object to an element (DOM, jQuery etc.) of the index.html, directly with a behavior applied to this object.
I tried with appendChild() and jQuery().appendTo() but it alway returns "Could not convert JavaScript argument arg 0 [nsIDOMDocumentFragment.appendChild]"
Is it possible to manipulate this from a behavior or just not ?
Thanks