I want to have the text value from a inside a element.
html:
Do you use jQuery? A good option would be
text = $('p').text();