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

Append to Article Body (See related posts)

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";

You need to create an account or log in to post comments to this site.


Click here to browse all 5140 code snippets

Related Posts