Append to Article Body
var obj = document.getElementById('body'); obj.value = obj.value+"SOME TEXT";
12379 users tagging and storing useful source code snippets
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
var obj = document.getElementById('body'); obj.value = obj.value+"SOME TEXT";