Lets say that I have a HTML that looks like this:
1 2>
$('.aaa').each(function() { var x = $('span', this); });