This is basic.
How do I get the value \'This is my name\' of the above span?
This is my name
$('#item1 span').html(); Its working with my code
$('#item1 span').html();