here’s my function
function getInfo(Description) {
return Description;
}
here Description has
<p>Info Summary:<span>2.26PM</span> InfoADDED</p>
now, i want to eliminate html tags before returning the ‘Description’
pls. help
this is what has worked for me
above CMS ex is also good
but this is what fitted best for me