This is basic.
How do I get the value \'This is my name\' of the above span?
This is my name
$('#id span').text() is the answer!
$('#id span').text()