or http://jsfiddle.net/6UqAP/

On Aug 2, 12:34 am, Sid-ahmed D <[email protected]> wrote:
> I found this :
>
> Element.implement({
>   appendHTML: function(html) {
>     this.set('html',this.get('html')+html);
>     return this;
>   }
>
> });
>
> On 1 août, 23:29, Sid-ahmed D <[email protected]> wrote:
>
> > AppendHTML exist on Jquery but not on Mootools ??
>
> > On 1 août, 23:21, Fábio M. Costa <[email protected]> wrote:
>
> > > yes there is :D
>
> > >http://jsfiddle.net/6kspb/1/
>
> > > just use appendText function.
>
> > > --
> > > Fábio Miranda Costa
>
> > > On Sun, Aug 1, 2010 at 6:16 PM, Sid-ahmed D 
> > > <[email protected]>wrote:
>
> > > > Hi all,
>
> > > > I wonder if it is possible to add content without deleting the
> > > > existing content of a div # example.
>
> > > >http://jsfiddle.net/6kspb/
>
> > > > Desired result is -
> > > >       Hi, my name is : Sid
>
> > > > Thanks :)

Reply via email to