I want to find the first span element after class counter, in code something like this:
Similar to the marked answer but looks a little cleaner using the :first selector:
$('.counter').nextAll('span:first')