This is basic.
How do I get the value \'This is my name\' of the above span?
This is my name
Assuming you intended it to read id="item1", you need
$('#item1 span').text()