Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Append to Article Body

Here's the code to insert some bit of text to the end of your article body. For the Textpattern plugin.

var obj = document.getElementById('body');
obj.value = obj.value+"SOME TEXT";
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS