Got it, used append instead of html. Thanks.
On 10 abr, 04:23, Po01 <diogoapa...@gmail.com> wrote: > Hi! > I have i simple function like this: > <script type='text/javascript' language='javascript'> > function a() > { > $('#a').html("text");} > > </script> > > So, when i use that, it set the whole div a as text, how can i only > INCREMENT the "text" string to the div?