I have a page containing the following div element:
Some Value
How woul
if you div looks like this:
<div id="someId">Some Value</div>
you could retrieve it with jquery like this:
$('#someId').text()