<span class="odometer-value">0</span>
This is the code.
I need to get the result "0" and put it in a Label.
But sometimes you can have ex: 10 (2 numbers) and the code will be:
<span class="odometer-value">1</span>
<span class="odometer-value">0</span>
That is 2 span span separated.
How to get all Span Class "odemeter-value" and play everything for a Label?
Thanks for your attention.