Здравствуйте!
Есть селектор вида:
$("td:contains(Итого)").next().next()
Внутри выбранного таким образом td содержится такое:
<div class="PricesalesPrice vm-display vm-price-value" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
<span class="PricesalesPrice">5300 руб</span>
<meta itemprop="price" content="5300"><meta itemprop="priceCurrency" content="RUB">
</div>
Скажите, что нужно добавить к вышепостроенному селектору, чтобы взять содержимое
<span class="PricesalesPrice">5300 руб</span>
?