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?

Reply via email to