[jQuery] append and templates

[jQuery] append and templates


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