Dear All ,
I have 3 Span that contains numeric value and I want to calculate the Sum . . .
How can I do ?
This is the code :
- <span id="s1">10</span>
- <span id="s2">22</span>
- <span id="s3">33</span>
I want to sum 10+22+33 . . . and get 65 . . .
Thank you all :)