the fastest way is by using set('html', 'value') as you just said.
But if you cant you can use Elements.From:
http://mootools.net/docs/more/Element/Elements.From
--
Fábio Miranda Costa
Solucione Sistemas
Engenheiro de interface
On Fri, Oct 23, 2009 at 3:04 PM, mmjaeger <[email protected]> wrote:
>
> Hello
> I was just wondering what the easiest way would be to add some html
> code e.g. a whole table that I'm getting back from an AJAX request to
> the DOM instead of just adding it into a DIV tag for instance by using
> element.set('html', response);
>
> Thank you in advance for your input.