what are you talking about? in your code, is "append()" the jQuery
function or do you mean append as in the concat String function?

On May 6, 5:41 pm, nick name <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Can you use append like a string builder class and then pass it
> e.g.
>
> var text = new ??????
> text.append("blah");
> text.append("Oh");
>
> return text.toString();
>
> can this be achieved or do I need to build my own method?
>
> Thanks

Reply via email to