Is there an easy way to take a string of html in JavaScript and strip out the html?
With jQuery you can simply retrieving it by using
$('#elementID').text()