I have set up a little web application where you add post-its to a page. It\'s just a project to help better learn JavaScript/jQuery and it seemed like an appropriate projec
var textAreaValue = "text more text"; var strippedText = $("").html(textAreaValue).text();
And here's a Fiddle.