SyntaxFix
Write A Post
Hire A Developer
Questions
I have just discovered a way to append text and its working fine at least.
var text = 'Put any text here'; $('#text').append(text);
You can change text according to your need.
Hope this helps.