How do I get the content of a using jQuery?

I think this should be a simple example:

$('#item1 span').text();

or

$('#item1 span').html();

Leave a Comment