not sure if it there is one but you can implement one
Element.implement({
appendHTML: function(html) {
this.set('html',this.get('html')+html);
return this;
}
});
document.body.appendHTML('<div></div>');On Jul 28, 1:41 am, Sid-ahmed D <[email protected]> wrote: > Hi all, > > I wonder if there is an equivalent as [b]appendHTML[/b] (jQuery) for > Mootools? > I would add [i]HTML code[/i], in the DOM. > > Merci à tous :)
